Update URL and delete state when going back to editor
This commit is contained in:
@ -372,6 +372,15 @@ function abortQuiz() {
|
||||
}
|
||||
|
||||
|
||||
function deleteQuiz() {
|
||||
|
||||
clearState()
|
||||
removeLink()
|
||||
changeView('spreadsheet')
|
||||
|
||||
}
|
||||
|
||||
|
||||
window.onload = async function() {
|
||||
|
||||
var browserWarning = document.getElementById('browserwarning')
|
||||
|
||||
Reference in New Issue
Block a user