Spaces:
Running
Running
Switch sticky control panel button order to Submit | Hint
Browse files- index.html +4 -4
index.html
CHANGED
|
@@ -48,13 +48,13 @@
|
|
| 48 |
<!-- Sticky Control Panel -->
|
| 49 |
<div id="sticky-controls" class="sticky-controls hidden">
|
| 50 |
<div class="controls-inner">
|
| 51 |
-
<button type="button" id="hint-btn" class="typewriter-button">
|
| 52 |
-
Show Hints
|
| 53 |
-
</button>
|
| 54 |
-
<div class="controls-divider"></div>
|
| 55 |
<button type="button" id="submit-btn" class="typewriter-button">
|
| 56 |
Submit
|
| 57 |
</button>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
<button type="button" id="next-btn" class="typewriter-button hidden">
|
| 59 |
Next Passage
|
| 60 |
</button>
|
|
|
|
| 48 |
<!-- Sticky Control Panel -->
|
| 49 |
<div id="sticky-controls" class="sticky-controls hidden">
|
| 50 |
<div class="controls-inner">
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
<button type="button" id="submit-btn" class="typewriter-button">
|
| 52 |
Submit
|
| 53 |
</button>
|
| 54 |
+
<div class="controls-divider"></div>
|
| 55 |
+
<button type="button" id="hint-btn" class="typewriter-button">
|
| 56 |
+
Show Hints
|
| 57 |
+
</button>
|
| 58 |
<button type="button" id="next-btn" class="typewriter-button hidden">
|
| 59 |
Next Passage
|
| 60 |
</button>
|