mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
closes #1467
This commit is contained in:
@@ -83,13 +83,13 @@ var ajaxify = ajaxify || {};
|
|||||||
|
|
||||||
app.processPage();
|
app.processPage();
|
||||||
|
|
||||||
ajaxify.widgets.render(tpl_url, url, function(err) {
|
ajaxify.widgets.render(tpl_url, url);
|
||||||
$('#content, #footer').stop(true, true).removeClass('ajaxifying');
|
|
||||||
ajaxify.initialLoad = false;
|
|
||||||
|
|
||||||
app.refreshTitle(url);
|
$('#content, #footer').stop(true, true).removeClass('ajaxifying');
|
||||||
$(window).trigger('action:ajaxify.end', {url: url});
|
ajaxify.initialLoad = false;
|
||||||
});
|
|
||||||
|
app.refreshTitle(url);
|
||||||
|
$(window).trigger('action:ajaxify.end', {url: url});
|
||||||
}, url);
|
}, url);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user