Don't change wait image when setting icon

This commit is contained in:
Andrew Miner
2016-06-01 17:33:19 -06:00
parent eba8c99ac0
commit 6a2b3805a2
2 changed files with 2 additions and 2 deletions
@@ -7,7 +7,7 @@
.view__mod_ballot_line .view__mod_ballot_line
.vote-count .vote-count
img(src='/images/unknown.png') img.icon(src='/images/unknown.png')
.name .name
.button.vote: .bezel: p ✓ .button.vote: .bezel: p ✓
.wait .wait
@@ -49,7 +49,7 @@ module.exports = class ModBallotLineController extends BaseController
onDidRender: -> onDidRender: ->
@$button = @$('.button') @$button = @$('.button')
@$image = @$('img') @$image = @$('img.icon')
@$name = @$('.name') @$name = @$('.name')
@$voteCount = @$('.vote-count') @$voteCount = @$('.vote-count')
@$wait = @$('.wait') @$wait = @$('.wait')