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

@ -99,7 +99,7 @@
<h1></h1>
<h3 class="totaltimer">0:00</h3>
<input type="button" value="Restart" onclick="reStartQuiz()" class="center">
<input type="button" value="Create New Quiz" onclick="changeView('spreadsheet')" class="center">
<input type="button" value="Create New Quiz" onclick="deleteQuiz()" class="center">
</div>
</main>