mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-02-03 09:57:30 +02:00
Temporarily disable saving playground state (#1935)
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.
This commit is contained in:
parent
44ba3ec461
commit
d5b92dbb5f
@ -48,9 +48,6 @@ urlcolor = "red"
|
|||||||
curly-quotes = true
|
curly-quotes = true
|
||||||
additional-js = [
|
additional-js = [
|
||||||
"theme/speaker-notes.js",
|
"theme/speaker-notes.js",
|
||||||
"theme/redbox.js",
|
|
||||||
"theme/save-playgrounds.js",
|
|
||||||
"theme/instructor-menu.js",
|
|
||||||
]
|
]
|
||||||
additional-css = [
|
additional-css = [
|
||||||
"theme/css/svgbob.css",
|
"theme/css/svgbob.css",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user