From 2d0fd1d2e4ad7b4aca6d3108bd3aa88cbbae408f Mon Sep 17 00:00:00 2001 From: saurabhbhatia Date: Wed, 6 Nov 2013 15:29:15 +0800 Subject: [PATCH] Fixed select all checkboxes --- app/views/admin/page_parts/edit.html.erb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/views/admin/page_parts/edit.html.erb b/app/views/admin/page_parts/edit.html.erb index 4620d5de..36e764e6 100644 --- a/app/views/admin/page_parts/edit.html.erb +++ b/app/views/admin/page_parts/edit.html.erb @@ -159,4 +159,11 @@ $("#public_r_tag").on("change", "#tag_list select", function() { $.getScript($(this).attr('rel') + '?type=' + $(this).val() + "&id=" + "<%= @part.id %>" ); }); + + \ No newline at end of file