From 716635c834dd2d6644f3d47c67f7184f95a35c0b Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Sun, 14 Oct 2012 10:58:23 -0500 Subject: [ticket/11103] Fix some language strings Newlines at end of email files PHPBB3-11103 --- phpBB/styles/prosilver/template/ajax.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'phpBB/styles/prosilver') 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 -- cgit v1.2.1