From: Guillaume Pellerin Date: Sat, 26 Jul 2014 07:07:03 +0000 (+0200) Subject: display comment on script open X-Git-Tag: 1.1~347 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=eb3f990282f2adac3bdcfd0a9085aaae5d191dc7;p=teleforma.git display comment on script open --- diff --git a/teleforma/exam/templates/exam/script_detail.html b/teleforma/exam/templates/exam/script_detail.html index e1f2f0b7..1186e69a 100644 --- a/teleforma/exam/templates/exam/script_detail.html +++ b/teleforma/exam/templates/exam/script_detail.html @@ -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"); });