app/assets/javascripts/materialize/cards.js in materialize-sass-0.96.1 vs app/assets/javascripts/materialize/cards.js in materialize-sass-0.96.2
- old
+ new
@@ -8,10 +8,10 @@
$(this).find('.card-reveal').velocity(
{translateY: 0}, {
duration: 225,
queue: false,
easing: 'easeInOutQuad',
- complete: function() { $(this).css({ display: 'none'}) }
+ complete: function() { $(this).css({ display: 'none'}); }
}
);
}
else if ($(e.target).is($('.card .activator')) ||
$(e.target).is($('.card .activator i')) ) {
\ No newline at end of file