base/app/views/groups/_new.html.erb in social_stream-0.11.1 vs base/app/views/groups/_new.html.erb in social_stream-0.11.2

- old
+ new

@@ -1,7 +1,7 @@ <% content_for :javascript do %> $(function() { - $(".new_group").validate(); + $(".new_group").validate({errorClass: "validation_error"}); }); $("#group__participants").fcbkcomplete({ json_url: "<%= contacts_path(:form => true, :format => :json) %>", cache: true, filter_hide: true,