aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCallum Macrae <callum@lynxphp.com>2011-11-17 17:28:18 +0000
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 02:09:22 +0200
commit7e88dd0ba63d4322da480c46c4826e8dd174a8be (patch)
treeb8345ee7c829534ebe40886bb18101da93f50265
parente374678d7eff7b0b4070d23f8e2ff328c05a3db3 (diff)
downloadforums-7e88dd0ba63d4322da480c46c4826e8dd174a8be.tar
forums-7e88dd0ba63d4322da480c46c4826e8dd174a8be.tar.gz
forums-7e88dd0ba63d4322da480c46c4826e8dd174a8be.tar.bz2
forums-7e88dd0ba63d4322da480c46c4826e8dd174a8be.tar.xz
forums-7e88dd0ba63d4322da480c46c4826e8dd174a8be.zip
[ticket/10272] Added a space to the beginning of a comment.
PHPBB3-10272
-rw-r--r--phpBB/styles/prosilver/template/ajax.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ajax.js b/phpBB/styles/prosilver/template/ajax.js
index b43921056c..efa1feb9cc 100644
--- a/phpBB/styles/prosilver/template/ajax.js
+++ b/phpBB/styles/prosilver/template/ajax.js
@@ -1,7 +1,7 @@
(function($) { // Avoid conflicts with other libraries
-//This callback finds the post from the delete link, and removes it.
+// This callback finds the post from the delete link, and removes it.
phpbb.add_ajax_callback('post_delete', function() {
var el = $(this);
if (el.data('refresh') === undefined)