diff --git a/tarteaucitron.js b/tarteaucitron.js index e55aaaa..3c9e177 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -662,14 +662,13 @@ var tarteaucitron = { tarteaucitron.userInterface.respond(this, false); }); } + if(tarteaucitron.events.load) { + tarteaucitron.events.load(); + } }, 500); }); }); - - if(tarteaucitron.events.load) { - tarteaucitron.events.load(); - } }, "addService": function (serviceId) { "use strict"; @@ -1844,4 +1843,4 @@ var tarteaucitron = { }); } } -}; \ No newline at end of file +};