diff options
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/ajax.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/phpBB/styles/prosilver/template/ajax.js b/phpBB/styles/prosilver/template/ajax.js index d98070a114..0fd56f0e28 100644 --- a/phpBB/styles/prosilver/template/ajax.js +++ b/phpBB/styles/prosilver/template/ajax.js @@ -76,15 +76,11 @@ $('#qr_full_editor').click(function() { }); }); - -/** - * Toggle notification list - */ +// Toggle notification list $('#notification_list_button').click(function() { $('#notification_list').toggle(); }); - /** * This AJAXifies the quick-mod tools. The reason it cannot be a standard * callback / data attribute is that it requires filtering - some of the options |