Skip to content

Commit

Permalink
Temporarily disable saving playground state (#1935)
Browse files Browse the repository at this point in the history
When browing around on https://google.github.io/comprehensive-rust/, I
sooner or later end up in a state where the local storage has `[]`
stored for a page with one or more playgrounds. The effect of this is
that the code is removed from the page!

I am not sure why this happens, but I’m afraid the code here needs more
testing. I’m teaching a class Monday morning, so I’ll disable the code
from #1917 for now.
  • Loading branch information
mgeisler authored Mar 24, 2024
1 parent 44ba3ec commit d5b92db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ urlcolor = "red"
curly-quotes = true
additional-js = [
"theme/speaker-notes.js",
"theme/redbox.js",
"theme/save-playgrounds.js",
"theme/instructor-menu.js",
]
additional-css = [
"theme/css/svgbob.css",
Expand Down

0 comments on commit d5b92db

Please sign in to comment.