mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45: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
|
||||
helpers.register();
|
||||
|
||||
$(window).trigger('action:app.load');
|
||||
});
|
||||
});
|
||||
};
|
||||
@@ -608,5 +610,4 @@ app.cacheBuster = null;
|
||||
});
|
||||
|
||||
app.alternatingTitle('');
|
||||
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user