Execute tests on document loaded.

This commit is contained in:
Martin Edenhofer 2014-06-01 07:29:59 +02:00
parent dd42805d33
commit cc0e8d34dc

View file

@ -1,3 +1,4 @@
window.onload = function() {
// ajax // ajax
App.Ajax.request({ App.Ajax.request({
@ -464,3 +465,4 @@ var authWithSession = function() {
}); });
} }
}