diff options
Diffstat (limited to 'mod/notifications.php')
-rw-r--r-- | mod/notifications.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/notifications.php b/mod/notifications.php index 6422b3b00..96f50d90b 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -57,6 +57,7 @@ function notifications_content(&$a) { } $o = ''; + $o .= '<script> $(document).ready(function() { $(\'#nav-notify-link\').addClass(\'nav-selected\'); });</script>'; if(($a->argc > 1) && ($a->argv[1] == 'all')) $sql_extra = ''; |