mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10954] Add missing semi-colon
PHPBB3-10954
This commit is contained in:
parent
55b5336b02
commit
daf9de689a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ phpbb.closeDarkenWrapper = function(delay) {
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
$('#darkenwrapper').trigger('click');
|
$('#darkenwrapper').trigger('click');
|
||||||
}, delay);
|
}, delay);
|
||||||
}
|
};
|
||||||
|
|
||||||
// This callback will mark all forum icons read
|
// This callback will mark all forum icons read
|
||||||
phpbb.add_ajax_callback('mark_forums_read', function(res) {
|
phpbb.add_ajax_callback('mark_forums_read', function(res) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue