This commit is contained in:
psychobunny
2014-11-13 14:04:29 -05:00
parent a8402b228c
commit 45affa3043

View File

@@ -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
}