1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/11103] Fix some language strings

Newlines at end of email files

PHPBB3-11103
This commit is contained in:
Nathan Guse
2012-10-14 10:58:23 -05:00
parent c5f280351a
commit 716635c834
8 changed files with 12 additions and 16 deletions

View File

@@ -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