mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
action:ajaxify.contentLoaded - after #content is populated but before fade in animation - append elements to DOM at this stage.
This commit is contained in:
@@ -74,6 +74,7 @@ var ajaxify = ajaxify || {};
|
|||||||
|
|
||||||
ajaxify.variables.flush();
|
ajaxify.variables.flush();
|
||||||
ajaxify.loadData(function () {
|
ajaxify.loadData(function () {
|
||||||
|
$(window).trigger('action:ajaxify.contentLoaded', {url: url});
|
||||||
ajaxify.loadScript(tpl_url);
|
ajaxify.loadScript(tpl_url);
|
||||||
|
|
||||||
if (typeof callback === 'function') {
|
if (typeof callback === 'function') {
|
||||||
|
|||||||
Reference in New Issue
Block a user