mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 15:20:39 +01:00
closes #6336
This commit is contained in:
@@ -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, Date.now()].join('?v='));
|
||||
$('#' + uploadBtn.attr('data-target')).val(image);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user