added dedicated client-side action hook for when the client-side finishes loading

v1.18.x
Julian Lam 10 years ago
parent 4b9eab6dc0
commit 87e5c733a4

@ -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('');
}()); }());

Loading…
Cancel
Save