app/assets/javascripts/swim.js.coffee in speedo-0.1.8 vs app/assets/javascripts/swim.js.coffee in speedo-0.1.9
- old
+ new
@@ -49,10 +49,10 @@
showOn: 'focus'
$('textarea.autoGrow').livequery ->
$(this).autogrow()
- $("select:not(.chzn), input:checkbox, input:radio, input:file").livequery ->
+ $("select:not(.chzn), input:checkbox, input:radio, input:file").not(':hidden').livequery ->
$(this).uniform()
$('select.chzn').livequery ->
$(this).chosen()