File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ <h1 class="retro-title">zc8</h1>
2525 < p > Window size too small!!! </ p >
2626 </ div >
2727 < div class ="select-container ">
28- < select id ="game-select " name ="games " class ="retro-select ">
28+ < select id ="game-select " name ="games " class ="retro-select " autocomplete =" off " >
2929 < option value ="pong "> Pong</ option >
3030 < option value ="breakout "> Breakout</ option >
3131 < option value ="spaceinvaders "> Space Invaders</ option >
@@ -104,9 +104,9 @@ <h1 class="retro-title">zc8</h1>
104104 </ div >
105105
106106 < div class ="setting-container ">
107- < label > Shift Quirk< input type ="checkbox " id ="shift-quirk-checkbox "> </ label >
108- < label > Load Store Quirk< input type ="checkbox " id ="loadstore-quirk-checkbox "> </ label >
109- < label > Disable Sound< input type ="checkbox " id ="disable-sound-checkbox "> </ label >
107+ < label > Shift Quirk< input type ="checkbox " id ="shift-quirk-checkbox " autocomplete =" off " > </ label >
108+ < label > Load Store Quirk< input type ="checkbox " id ="loadstore-quirk-checkbox " autocomplete =" off " > </ label >
109+ < label > Disable Sound< input type ="checkbox " id ="disable-sound-checkbox " autocomplete =" off " > </ label >
110110 </ div >
111111 </ div >
112112
You can’t perform that action at this time.
0 commit comments