summaryrefslogtreecommitdiffstats
path: root/app/view/stdpage.php
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2018-09-20 01:07:35 -0400
committerMalf Furious <m@lfurio.us>2018-09-20 01:07:35 -0400
commit694f876bc8655bc00f3a4ae3d650e54d947ea42a (patch)
tree32da0bae970a3464bb3f0bfb37e65d140984da54 /app/view/stdpage.php
parentd16ddc164b82c594680359841eeeaa1e26aceaa1 (diff)
downloadscrott-694f876bc8655bc00f3a4ae3d650e54d947ea42a.tar.gz
scrott-694f876bc8655bc00f3a4ae3d650e54d947ea42a.zip
Add start of single-pad view
Diffstat (limited to 'app/view/stdpage.php')
-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 { ?>