Update URL and delete state when going back to editor

This commit is contained in:
2021-01-16 17:20:02 +01:00
parent 015e5713e5
commit ab1de5a22a
3 changed files with 13 additions and 1 deletions

View File

@ -372,6 +372,15 @@ function abortQuiz() {
}
function deleteQuiz() {
clearState()
removeLink()
changeView('spreadsheet')
}
window.onload = async function() {
var browserWarning = document.getElementById('browserwarning')