diff options
Diffstat (limited to 'test_index.php')
-rw-r--r-- | test_index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_index.php b/test_index.php index b3eb282..c54f468 100644 --- a/test_index.php +++ b/test_index.php @@ -312,7 +312,7 @@ else <script src="js/jquery.js"></script> <script> $(function () { - $('.status-link').click(function (ev) { + $('.status-link').on("click", function (ev) { ev.preventDefault(); var key = $(this).attr("href"); var elId = 'e' + key.replace(/\/|\./g, '-'); |