]> git.parisson.com Git - teleforma.git/commitdiff
display comment on script open
authorGuillaume Pellerin <yomguy@parisson.com>
Sat, 26 Jul 2014 07:07:03 +0000 (09:07 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Sat, 26 Jul 2014 07:07:03 +0000 (09:07 +0200)
teleforma/exam/templates/exam/script_detail.html

index e1f2f0b7141b12cc940dd5b8257605e034f1019b..1186e69a6cff9233d02c9df3d8138628571f1697 100644 (file)
@@ -70,7 +70,8 @@
             $('#_RejectForm').submit();
         });
 
-       $("#box-iframe").contents().find("span.btn.text-btn.strikeout-btn").hide();
+       // $("#box-iframe").contents().find("span.btn.text-btn.strikeout-btn").hide();
+      $( "#dialog_comments" ).dialog( "open");
 
     });