fixes navigation - back button

This commit is contained in:
psychobunny
2013-11-25 00:59:21 -05:00
parent 5357ad61db
commit 3dbcf8112d

View File

@@ -67,7 +67,7 @@ var ajaxify = {};
}
if (templates.is_available(tpl_url) && !templates.force_refresh(tpl_url)) {
if (quiet !== true) {
//if (quiet !== true) {
if (window.history && window.history.pushState) {
window.history.pushState({
url: url
@@ -86,7 +86,7 @@ var ajaxify = {};
}
});
}
}
//}
translator.load(tpl_url);