diff --git a/startpage.html b/startpage.html index c884163..8980dee 100644 --- a/startpage.html +++ b/startpage.html @@ -303,25 +303,37 @@
- your changes will be saved to the page when you exit editing mode.
- if you've made edits you wish to undo, refresh the page without disabling
- editing mode.
+ your changes will be saved to the page when you exit editing mode.
+ if you've made edits you wish to undo/revert, refresh the page without disabling
+ editing mode. this will bring you back to the last saved state.
that concludes the basics. there's some more advanced information below:
for reference: cursors
- +for reference: cursors
(note: this will require either white-listing this site in your browser or generally enabling "allow auto-play audio" in your browser's settings. @@ -2389,6 +2392,9 @@ return; } audioLink = link; + document.getElementById("audioLinkInput").value = ""; + document.getElementById("audioSource").src = audioLink; + document.getElementById("audio").load(); } function toggleAutoplayAudio(checkbox) {