From eb3f990282f2adac3bdcfd0a9085aaae5d191dc7 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sat, 26 Jul 2014 09:07:03 +0200 Subject: [PATCH] display comment on script open --- teleforma/exam/templates/exam/script_detail.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"); }); -- 2.39.5