mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 04:21:17 +01:00
closes #5236
This commit is contained in:
@@ -23,6 +23,8 @@ app.cacheBuster = null;
|
||||
app.load = function () {
|
||||
app.loadProgressiveStylesheet();
|
||||
|
||||
overrides.overrideTimeago();
|
||||
|
||||
var url = ajaxify.start(window.location.pathname.slice(1) + window.location.search + window.location.hash);
|
||||
ajaxify.updateHistory(url, true);
|
||||
ajaxify.parseData();
|
||||
@@ -52,7 +54,6 @@ app.cacheBuster = null;
|
||||
});
|
||||
|
||||
overrides.overrideBootbox();
|
||||
overrides.overrideTimeago();
|
||||
createHeaderTooltips();
|
||||
app.showEmailConfirmWarning();
|
||||
app.showCookieWarning();
|
||||
|
||||
Reference in New Issue
Block a user