We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060403d commit b6427f2Copy full SHA for b6427f2
docs/index.html
@@ -20,7 +20,7 @@ <h1 id="title">Mercury 2025</h1>
20
21
<div id="relative_navigation_container">
22
<button id="prev_button" class="relative_navigation">< Previous</button>
23
- <button id="submit_button" onclick="submit()" oncontextmenu="saveAllUnSavedAnswers()">Submit</button>
+ <button id="submit_button" onclick="submit()" oncontextmenu="saveAllUnSavedAnswers(); alert('trying to resend unsaved answers')">Submit</button>
24
<button id="next_button" class="relative_navigation">Next></button>
25
</div>
26
0 commit comments