forked from avi/signalelsewhere
Save point: YOUR FOOD overlay HTML moved before script so DOM elements exist when handlers register
This commit is contained in:
18
index.html
18
index.html
@@ -1013,6 +1013,15 @@
|
|||||||
<button class="btnNext" id="returnFromScene9">RETURN</button>
|
<button class="btnNext" id="returnFromScene9">RETURN</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="foodOverlay">
|
||||||
|
<div class="food-box">
|
||||||
|
<div class="food-title">CHOOSE A SITE</div>
|
||||||
|
<button class="food-btn" id="foodVimeo">SIGNAL ELSEWHERE — VIMEO</button>
|
||||||
|
<button class="food-btn" id="foodKitchen">484.KITCHEN</button>
|
||||||
|
<button class="food-close" id="foodClose">CANCEL</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// Testing shortcuts state
|
// Testing shortcuts state
|
||||||
let skipAnimations = false;
|
let skipAnimations = false;
|
||||||
@@ -3589,14 +3598,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="foodOverlay">
|
|
||||||
<div class="food-box">
|
|
||||||
<div class="food-title">CHOOSE A SITE</div>
|
|
||||||
<button class="food-btn" id="foodVimeo">SIGNAL ELSEWHERE — VIMEO</button>
|
|
||||||
<button class="food-btn" id="foodKitchen">484.KITCHEN</button>
|
|
||||||
<button class="food-close" id="foodClose">CANCEL</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user