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