]> git.parisson.com Git - teleforma.git/commitdiff
fix
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 22 Jul 2014 16:00:36 +0000 (18:00 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 22 Jul 2014 16:00:36 +0000 (18:00 +0200)
teleforma/exam/templates/exam/script_form.html

index d4e0480b97275374f6cdbb9e565e5ced0340a078..0cd96febed6716bad29a87f7a2e35e69a5e5db7e 100644 (file)
@@ -6,7 +6,10 @@
 
 {% block extra_javascript %}
   <script>
-    $('#loading').hide();
+    $(document).ready(function(){
+        $('#loading').hide();
+    });
+
     $(function() {
         $('#submit_button').unbind('click').click(function() {
             $(window).unbind('beforeunload');