diff --git a/app/views/multipart_questions/_form.html.erb b/app/views/multipart_questions/_form.html.erb index b6f8986..921238d 100644 --- a/app/views/multipart_questions/_form.html.erb +++ b/app/views/multipart_questions/_form.html.erb @@ -96,7 +96,7 @@ }, success: function(result) { eval(result); }, helper: fixHelper - }).disableSelection(); + }); } $(document).ready(makeSortable()); <% end %> diff --git a/app/views/multipart_questions/_one_kind_part_dependencies.html.erb b/app/views/multipart_questions/_one_kind_part_dependencies.html.erb index 01c713d..2cbc57e 100644 --- a/app/views/multipart_questions/_one_kind_part_dependencies.html.erb +++ b/app/views/multipart_questions/_one_kind_part_dependencies.html.erb @@ -8,8 +8,8 @@
<%= text %> - (<%= link_to "Change", nil, :remote=>true, - :onclick => "$('.#{common_id_class} %>').toggle();" %>): + (<%= link_to "Change", "" , :remote=>true, + :onclick => "$('.#{common_id_class}').toggle();" %>): <% used_question_ids = [] %> @@ -48,4 +48,4 @@ <% end %>
<% end %> - \ No newline at end of file + diff --git a/app/views/multipart_questions/_pair_with_x.html.erb b/app/views/multipart_questions/_pair_with_x.html.erb index 898de73..01b7339 100644 --- a/app/views/multipart_questions/_pair_with_x.html.erb +++ b/app/views/multipart_questions/_pair_with_x.html.erb @@ -3,16 +3,16 @@ <%= question_id_text_no_version(pair.independent_question) %> \ No newline at end of file +