Commit be4754c3 authored by Phil Hughes's avatar Phil Hughes

Fixed failing weight sidebar test

parent 51ee1b83
......@@ -36,7 +36,7 @@ class @WeightSelect
hidden: (e) ->
$selectbox.hide()
# display:block overrides the hide-collapse rule
$value.removeAttr('style')
$value.css('display', '')
id: (obj, el) ->
$(el).data "id"
clicked: (selected) ->
......
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