diff --git a/public/src/app.js b/public/src/app.js index 9a80125dfa..3cf6947073 100644 --- a/public/src/app.js +++ b/public/src/app.js @@ -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(''); - }());