mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10272] Added a space to the beginning of a comment.
PHPBB3-10272
This commit is contained in:
parent
e374678d7e
commit
7e88dd0ba6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue