From daf9de689a41dddae97152a21cc9bc894b48666f Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 18 Dec 2012 16:24:58 +0100 Subject: [PATCH] [ticket/10954] Add missing semi-colon PHPBB3-10954 --- phpBB/styles/prosilver/template/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/ajax.js b/phpBB/styles/prosilver/template/ajax.js index bde7fc2c8f..6637df4c3d 100644 --- a/phpBB/styles/prosilver/template/ajax.js +++ b/phpBB/styles/prosilver/template/ajax.js @@ -11,7 +11,7 @@ phpbb.closeDarkenWrapper = function(delay) { setTimeout(function() { $('#darkenwrapper').trigger('click'); }, delay); -} +}; // This callback will mark all forum icons read phpbb.add_ajax_callback('mark_forums_read', function(res) {