1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/11103] Prettify the output for prosilver.

Create a way to mark items read from the output list.

PHPBB3-11103
This commit is contained in:
Nathaniel Guse
2012-09-20 10:36:11 -05:00
parent 661dd09d6f
commit 98731b1277
8 changed files with 104 additions and 32 deletions

View File

@@ -77,6 +77,13 @@ $('#qr_full_editor').click(function() {
});
/**
* Toggle notification list
*/
$('#notification_list_button').click(function() {
$('#notification_list').toggle();
});
/**
* This AJAXifies the quick-mod tools. The reason it cannot be a standard