[ticket/10272] Added a space to the beginning of a comment.

PHPBB3-10272
This commit is contained in:
Callum Macrae 2011-11-17 17:28:18 +00:00 committed by Igor Wiedler
parent e374678d7e
commit 7e88dd0ba6

View file

@ -1,7 +1,7 @@
(function($) { // Avoid conflicts with other libraries (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() { phpbb.add_ajax_callback('post_delete', function() {
var el = $(this); var el = $(this);
if (el.data('refresh') === undefined) if (el.data('refresh') === undefined)