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:
@@ -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
|
||||
|
Reference in New Issue
Block a user