mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-18 03:31:03 +01:00
closes #3340
This commit is contained in:
@@ -188,7 +188,7 @@ $(document).ready(function() {
|
|||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
}
|
}
|
||||||
|
|
||||||
ajaxify.go(ajaxify.currentPage);
|
ajaxify.go(ajaxify.currentPage, null, true);
|
||||||
};
|
};
|
||||||
|
|
||||||
ajaxify.loadScript = function(tpl_url, callback) {
|
ajaxify.loadScript = function(tpl_url, callback) {
|
||||||
|
|||||||
Reference in New Issue
Block a user