Fix failing spec because of light-well reference

This commit is contained in:
Clement Ho 2018-04-19 14:55:28 -05:00
parent 32b8ffa7f0
commit abfc13ffa4
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
- if @labels.size == 0
$('.labels').load(document.URL + ' .light-well').hide().fadeIn(1000)
$('.labels').load(document.URL + ' .card.bg-light').hide().fadeIn(1000)