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

This commit is contained in:
Julian Lam
2015-07-17 13:13:30 -04:00
parent 4b9eab6dc0
commit 87e5c733a4

View File

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