template/base/assets/js/app.js in edge_framework-1.2.9 vs template/base/assets/js/app.js in edge_framework-1.3.0

- old
+ new

@@ -5,8 +5,13 @@ }, doSomething: function(e) {}, doSomething2: function(e) {}, }; -$(document).ready(function() { + + +function start() { app.init(); -}); +} + +$(document).ready(start); +$(document).on("page:load", start); \ No newline at end of file