summaryrefslogtreecommitdiffstats
path: root/app/view/stdpage.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app/view/stdpage.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/view/stdpage.php b/app/view/stdpage.php
index 064f6e7..38674ea 100644
--- a/app/view/stdpage.php
+++ b/app/view/stdpage.php
@@ -147,6 +147,13 @@ require_once "view/settings.php";
</script>
<?php } ?>
+ <script type="text/javascript">
+ $(".issueListItem").click(function () {
+ //$(this).data("guid");
+ $("#aboutModal").modal("show");
+ });
+ </script>
+
<?php } ?>
<?php function about() : void { ?>