mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-08 14:23:04 +02: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