From cc0e8d34dca0e5e47465189da005e240479b8e55 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sun, 1 Jun 2014 07:29:59 +0200 Subject: [PATCH] Execute tests on document loaded. --- public/assets/tests/core.js | 2 ++ 1 file changed, 2 insertions(+) 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