mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
added dedicated client-side action hook for when the client-side finishes loading
This commit is contained in:
@@ -545,6 +545,8 @@ app.cacheBuster = null;
|
|||||||
|
|
||||||
// templates.js helpers
|
// templates.js helpers
|
||||||
helpers.register();
|
helpers.register();
|
||||||
|
|
||||||
|
$(window).trigger('action:app.load');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
@@ -608,5 +610,4 @@ app.cacheBuster = null;
|
|||||||
});
|
});
|
||||||
|
|
||||||
app.alternatingTitle('');
|
app.alternatingTitle('');
|
||||||
|
|
||||||
}());
|
}());
|
||||||
|
|||||||
Reference in New Issue
Block a user