eye-open instead of eye-close for non-English leaderboard view buttons.
This commit is contained in:
parent
817e382324
commit
e6c200b64d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ if topScores
|
||||||
if (me.get('preferredLanguage', true) || 'en-US').substr(0, 2) == 'en'
|
if (me.get('preferredLanguage', true) || 'en-US').substr(0, 2) == 'en'
|
||||||
.btn.btn-xs.btn-info Watch
|
.btn.btn-xs.btn-info Watch
|
||||||
else
|
else
|
||||||
.glyphicon.glyphicon-eye-close
|
.glyphicon.glyphicon-eye-open
|
||||||
else
|
else
|
||||||
.glyphicon.glyphicon-eye-close
|
.glyphicon.glyphicon-eye-close
|
||||||
else if loading
|
else if loading
|
||||||
|
|
Reference in a new issue