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