mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Removed confusing ThangAvatarView title so as not to disturb beginner players in hero levels.
This commit is contained in:
parent
478cad02d6
commit
6c15833b70
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
.thang-avatar-wrapper(class="team-" + (thang.team || "neutral"))
|
||||
//canvas(width=100, height=100, title=thang.id + " - " + thang.team)
|
||||
- var title = thang.id + " - " + thang.team + (thang.type ? ' - type: "' + thang.type + '"' : '')
|
||||
img.img-responsive(src=avatarURL, title=title)
|
||||
//- var title = thang.id + " - " + thang.team + (thang.type ? ' - type: "' + thang.type + '"' : '')
|
||||
img.img-responsive(src=avatarURL)
|
||||
.badge.problems
|
||||
.badge.shared-thangs
|
||||
if includeName
|
||||
|
|
Loading…
Reference in a new issue