mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 09:06:15 +01:00
fix: #7503
This commit is contained in:
@@ -157,6 +157,7 @@ define('admin/manage/category', [
|
||||
|
||||
$('#category-image').on('change', function () {
|
||||
$('.category-preview').css('background-image', $(this).val() ? ('url("' + $(this).val() + '")') : '');
|
||||
modified($('#category-image'));
|
||||
});
|
||||
|
||||
$('.delete-image').on('click', function (e) {
|
||||
|
||||
Reference in New Issue
Block a user