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