From c595ebf46f9fc5ab2f0d192f4841e9ddea548933 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Mon, 22 Oct 2018 05:20:08 -0400 Subject: stdpage: Display issue modal when clicked on pad view Updated the javascript to wire-up the issue list items shown on pad views. When these are clicked the associated issue modal is displayed in the foreground. --- app/view/stdpage.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app') diff --git a/app/view/stdpage.php b/app/view/stdpage.php index 7ba718d..95fb530 100644 --- a/app/view/stdpage.php +++ b/app/view/stdpage.php @@ -149,8 +149,7 @@ require_once "view/settings.php";