Don't change wait image when setting icon
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
.view__mod_ballot_line
|
||||
.vote-count
|
||||
img(src='/images/unknown.png')
|
||||
img.icon(src='/images/unknown.png')
|
||||
.name
|
||||
.button.vote: .bezel: p ✓
|
||||
.wait
|
||||
|
||||
+1
-1
@@ -49,7 +49,7 @@ module.exports = class ModBallotLineController extends BaseController
|
||||
|
||||
onDidRender: ->
|
||||
@$button = @$('.button')
|
||||
@$image = @$('img')
|
||||
@$image = @$('img.icon')
|
||||
@$name = @$('.name')
|
||||
@$voteCount = @$('.vote-count')
|
||||
@$wait = @$('.wait')
|
||||
|
||||
Reference in New Issue
Block a user