mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Fix reload code button in play view on IE9
This commit is contained in:
parent
f95426dbd9
commit
7b54a04d33
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ if includeSpellList
|
|||
.method-signature #{methodSignature}
|
||||
|
||||
.spell-tool-buttons
|
||||
.btn.btn-small.btn-illustrated.reload-code(data-i18n="[title]play_level.tome_reload_method", title="Reload original code for this method")
|
||||
.btn.btn-small.btn-illustrated.btn-warning.reload-code(data-i18n="[title]play_level.tome_reload_method", title="Reload original code for this method")
|
||||
.glyphicon.glyphicon-repeat
|
||||
span.spl(data-i18n="play_level.reload") Reload
|
||||
|
||||
|
|
Loading…
Reference in a new issue