diff --git a/public/assets/tests/core.js b/public/assets/tests/core.js index 6dda4c769..062a1dc60 100644 --- a/public/assets/tests/core.js +++ b/public/assets/tests/core.js @@ -1,3 +1,4 @@ +window.onload = function() { // ajax App.Ajax.request({ @@ -464,3 +465,4 @@ var authWithSession = function() { }); } +} \ No newline at end of file