diff options
Diffstat (limited to 'app/view/stdpage.php')
| -rw-r--r-- | app/view/stdpage.php | 3 | 
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() { | 
