mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 16:35:47 +01:00
fixed #3295
This commit is contained in:
@@ -70,9 +70,9 @@ define('admin/manage/category', [
|
||||
|
||||
$this.addClass('hide');
|
||||
target.removeClass('hide').on('blur', function() {
|
||||
$this.removeClass('hide').children('span').html(this.value);
|
||||
$this.removeClass('hide').children('span').text(this.value).html();
|
||||
$(this).addClass('hide');
|
||||
}).val($this.children('span').html());
|
||||
}).val($this.children('span').html().text());
|
||||
|
||||
target.focus();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user