mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 09:55:47 +01:00
use ajaxify.refresh() to revert changes
This commit is contained in:
@@ -258,7 +258,7 @@ define(['uploader'], function(uploader) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$('#revertChanges').on('click', function() {
|
$('#revertChanges').on('click', function() {
|
||||||
ajaxify.go('admin/categories/active');
|
ajaxify.refresh();
|
||||||
});
|
});
|
||||||
|
|
||||||
setupEditTargets();
|
setupEditTargets();
|
||||||
|
|||||||
Reference in New Issue
Block a user