mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
closes #2399
This commit is contained in:
@@ -259,6 +259,7 @@ $(document).ready(function() {
|
||||
|
||||
$('document').ready(function () {
|
||||
if (!window.history || !window.history.pushState) {
|
||||
templates.registerLoader(ajaxify.loadTemplate);
|
||||
templatesModule.refresh(app.load);
|
||||
return; // no ajaxification for old browsers
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user