diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-14 10:58:23 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-14 10:58:23 -0500 |
commit | 716635c834dd2d6644f3d47c67f7184f95a35c0b (patch) | |
tree | cd2bcc4b9df5517dccd77c6a973220649dc0f88c /phpBB/styles | |
parent | c5f280351a96aaebd90c27da095c9b1ff28624a5 (diff) | |
download | forums-716635c834dd2d6644f3d47c67f7184f95a35c0b.tar forums-716635c834dd2d6644f3d47c67f7184f95a35c0b.tar.gz forums-716635c834dd2d6644f3d47c67f7184f95a35c0b.tar.bz2 forums-716635c834dd2d6644f3d47c67f7184f95a35c0b.tar.xz forums-716635c834dd2d6644f3d47c67f7184f95a35c0b.zip |
[ticket/11103] Fix some language strings
Newlines at end of email files
PHPBB3-11103
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 |