Commit baee1b6a authored by Yorick Peterse's avatar Yorick Peterse

Removed duplicate line from SelectsHelper

This was added by accident due to a CE and EE MR both modifying this
file in a slightly different way.
parent 75fc422a
...@@ -28,7 +28,6 @@ module SelectsHelper ...@@ -28,7 +28,6 @@ module SelectsHelper
def groups_select_tag(id, opts = {}) def groups_select_tag(id, opts = {})
classes = Array.wrap(opts[:class]) classes = Array.wrap(opts[:class])
classes << 'ajax-groups-select' classes << 'ajax-groups-select'
classes << 'multiselect' if opts[:multiple]
# EE requires this line to be present, but there is no easy way of injecting # EE requires this line to be present, but there is no easy way of injecting
# this into EE without causing merge conflicts. Given this line is very # this into EE without causing merge conflicts. Given this line is very
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment