fix forgotten rename

This commit is contained in:
Sebastian Köln 2019-03-20 15:36:40 +01:00
parent 9b6f5a9840
commit 9c8fae4704
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ function playpen_text(playpen) {
stylesheets.highlight.disabled = true;
ace_theme = "ace/theme/tomorrow_night";
} else if (theme == 'classic') {
} else if (theme == 'book') {
stylesheets.ayuHighlight.disabled = true;
stylesheets.tomorrowNight.disabled = true;
stylesheets.highlight.disabled = true;