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
helpers.register();
$(window).trigger('action:app.load');
});
});
};
@ -608,5 +610,4 @@ app.cacheBuster = null;
});
app.alternatingTitle('');
}());

Loading…
Cancel
Save