]> git.parisson.com Git - teleforma.git/commitdiff
fix box
authorGuillaume Pellerin <yomguy@parisson.com>
Sat, 26 Jul 2014 07:09:27 +0000 (09:09 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Sat, 26 Jul 2014 07:09:27 +0000 (09:09 +0200)
teleforma/exam/templates/exam/script_detail.html

index 1186e69a6cff9233d02c9df3d8138628571f1697..ff9745cefd4940f7747906a6550fa3b9c566ed0c 100644 (file)
         });
 
        // $("#box-iframe").contents().find("span.btn.text-btn.strikeout-btn").hide();
-      $( "#dialog_comments" ).dialog( "open");
+
 
     });
 
+  $(window).ready(function(){
+    $( "#dialog_comments" ).dialog( "open");
+  });
+
     </script>
 {% endblock extra_javascript %}