diff options
author | Malf Furious <m@lfurio.us> | 2018-09-20 01:07:35 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-09-20 01:07:35 -0400 |
commit | 694f876bc8655bc00f3a4ae3d650e54d947ea42a (patch) | |
tree | 32da0bae970a3464bb3f0bfb37e65d140984da54 /app/view/stdpage.php | |
parent | d16ddc164b82c594680359841eeeaa1e26aceaa1 (diff) | |
download | scrott-694f876bc8655bc00f3a4ae3d650e54d947ea42a.tar.gz scrott-694f876bc8655bc00f3a4ae3d650e54d947ea42a.zip |
Add start of single-pad view
Diffstat (limited to '')
-rw-r--r-- | app/view/stdpage.php | 7 |
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 { ?> |