mirror of
https://github.com/rust-lang/mdBook
synced 2025-03-04 23:27:17 +00:00
fix forgotten rename
This commit is contained in:
parent
9b6f5a9840
commit
9c8fae4704
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue