1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[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
//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)