mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 10:16:12 +01:00
closes #4975
This commit is contained in:
@@ -216,11 +216,7 @@ $(document).ready(function() {
|
||||
return url;
|
||||
};
|
||||
|
||||
ajaxify.refresh = function(e, callback) {
|
||||
if (e && e instanceof jQuery.Event) {
|
||||
e.preventDefault();
|
||||
}
|
||||
|
||||
ajaxify.refresh = function(callback) {
|
||||
ajaxify.go(ajaxify.currentPage + window.location.search + window.location.hash, callback, true);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user