From ecb9f44bf11756e1072354bfd658edfd4c01f74a Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Thu, 28 Feb 2013 17:50:24 -0600 Subject: [PATCH] [ticket/11103] Revert whitespace changes PHPBB3-11103 --- phpBB/styles/prosilver/template/ajax.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpBB/styles/prosilver/template/ajax.js b/phpBB/styles/prosilver/template/ajax.js index d304c710b3..0b587ac561 100644 --- a/phpBB/styles/prosilver/template/ajax.js +++ b/phpBB/styles/prosilver/template/ajax.js @@ -177,6 +177,8 @@ $('#qr_full_editor').click(function() { }); }); + + /** * 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