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:
committed by
Igor Wiedler
parent
e374678d7e
commit
7e88dd0ba6
@@ -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)
|
||||
|
Reference in New Issue
Block a user