Merge pull request #3463 from delftswa2016/maximize-button-fix

Fix the fullscreen-code button and beautiful-code button
This commit is contained in:
Scott Erickson 2016-03-14 10:45:08 -07:00
commit 07aad0ca18

View file

@ -18,12 +18,12 @@ if includeSpellList
.glyphicon.glyphicon-repeat
span.spl(data-i18n="play_level.reload") Reload
if levelType !== 'hero' && levelType !== 'hero-ladder' && levelType !== 'hero-coop'
if me.level() >= 15
.btn.btn-small.btn-illustrated.fullscreen-code(title=maximizeShortcutVerbose)
.glyphicon.glyphicon-fullscreen
.glyphicon.glyphicon-resize-small
if codeLanguage === 'javascript' && levelType !== 'hero' && levelType !== 'hero-ladder' && levelType !== 'hero-coop'
if codeLanguage === 'javascript' && me.level() >= 15
.btn.btn-small.btn-illustrated.beautify-code(title=beautifyShortcutVerbose)
.glyphicon.glyphicon-magnet