mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 10:16:12 +01:00
fixed save/delete/purge in category ACP, #2463
This commit is contained in:
@@ -168,7 +168,11 @@ $(document).ready(function() {
|
||||
return url;
|
||||
};
|
||||
|
||||
ajaxify.refresh = function() {
|
||||
ajaxify.refresh = function(e) {
|
||||
if (e && e instanceof jQuery.Event) {
|
||||
e.preventDefault();
|
||||
}
|
||||
|
||||
ajaxify.go(ajaxify.currentPage);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user