You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-17 06:37:34 +02:00
Saving the playground state in local storage (#1942)
#1476 issue. Updated the function call(`getCodeFromPlayground`) in `save-playground.js` file from `pagehide` event to change event in ace editor. --------- Co-authored-by: Martin Geisler <mgeisler@google.com>
This commit is contained in:
committed by
GitHub
parent
83b31e19af
commit
e2cad7da8d
@ -24,10 +24,10 @@
|
||||
instructorMenu.title = "Utilities for course instructors";
|
||||
instructorMenu.innerHTML =
|
||||
'<i class="fa fa-ellipsis-v" aria-hidden="true"></i>';
|
||||
redBoxButton.innerHTML = "aspect-ratio box";
|
||||
redBoxButton.innerHTML = "Toggle aspect-ratio box";
|
||||
redBoxButton.title =
|
||||
"Outline the area that fits on one screen while teaching the course.";
|
||||
playgroundStateButton.innerHTML = "reset all playgrounds";
|
||||
playgroundStateButton.innerHTML = "Reset all playgrounds";
|
||||
playgroundStateButton.title =
|
||||
"Reset code in all playgrounds to its original value.";
|
||||
|
||||
|
Reference in New Issue
Block a user