v1.18.x
psychobunny 11 years ago
parent 6a1fa82b8b
commit f3993aca4d

@ -60,7 +60,7 @@ var ajaxify = ajaxify || {};
}
if (ajaxify.isTemplateAvailable(tpl_url) && !!!templatesConfig.force_refresh[tpl_url]) {
ajaxify.currentPage = tpl_url;
ajaxify.currentPage = url;
if (window.history && window.history.pushState) {
window.history[!quiet ? 'pushState' : 'replaceState']({

@ -569,7 +569,7 @@ var socket,
createHeaderTooltips();
ajaxify.variables.parse();
ajaxify.currentPage = tpl_url;
ajaxify.currentPage = url;
app.processPage();
ajaxify.widgets.render(tpl_url, url);

Loading…
Cancel
Save