mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
closes #1397
This commit is contained in:
@@ -60,7 +60,7 @@ var ajaxify = ajaxify || {};
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (ajaxify.isTemplateAvailable(tpl_url) && !!!templatesConfig.force_refresh[tpl_url]) {
|
if (ajaxify.isTemplateAvailable(tpl_url) && !!!templatesConfig.force_refresh[tpl_url]) {
|
||||||
ajaxify.currentPage = tpl_url;
|
ajaxify.currentPage = url;
|
||||||
|
|
||||||
if (window.history && window.history.pushState) {
|
if (window.history && window.history.pushState) {
|
||||||
window.history[!quiet ? 'pushState' : 'replaceState']({
|
window.history[!quiet ? 'pushState' : 'replaceState']({
|
||||||
|
|||||||
@@ -569,7 +569,7 @@ var socket,
|
|||||||
|
|
||||||
createHeaderTooltips();
|
createHeaderTooltips();
|
||||||
ajaxify.variables.parse();
|
ajaxify.variables.parse();
|
||||||
ajaxify.currentPage = tpl_url;
|
ajaxify.currentPage = url;
|
||||||
app.processPage();
|
app.processPage();
|
||||||
|
|
||||||
ajaxify.widgets.render(tpl_url, url);
|
ajaxify.widgets.render(tpl_url, url);
|
||||||
|
|||||||
Reference in New Issue
Block a user