mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-29 03:40:27 +01:00
@@ -143,7 +143,7 @@ define('admin/settings', ['uploader'], function (uploader) {
|
||||
if (ajaxify.currentPage === 'admin/general/sounds') {
|
||||
ajaxify.refresh();
|
||||
} else {
|
||||
$('#' + uploadBtn.attr('data-target')).val(image);
|
||||
$('#' + uploadBtn.attr('data-target')).val([image, Date.now()].join('?v='));
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user