summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/view/stdpage.php3
1 files changed, 1 insertions, 2 deletions
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";
<script type="text/javascript">
$(".issueListItem").click(function () {
- //$(this).data("guid");
- $("#aboutModal").modal("show");
+ $("#issueModal-"+$(this).data("guid")).modal("show");
});
function assertconfirm() {