File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 53
53
< option value ="/home "> </ option >
54
54
< option value ="/connect "> </ option >
55
55
< option value ="/scripts "> </ option >
56
- < option value ="/debug " disabled > </ option >
57
56
< option value ="/feedback "> </ option >
58
57
< option value ="/settings "> </ option >
59
58
< option value ="/help "> </ option >
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Array.from(document.getElementById("menuBar").children).forEach((menuBar) => {
62
62
} ) ;
63
63
64
64
document . getElementById ( "pageEmbed" ) . addEventListener ( "load" , ( ) => {
65
- if ( ( JSON . parse ( localStorage . getItem ( "settings" ) ) || { } ) . debugMode ) document . getElementById ( "pageEmbed" ) . contentWindow . document . getElementsByTagName ( "datalist" ) [ 0 ] . children [ 4 ] . disabled = false ;
65
+ if ( ( JSON . parse ( localStorage . getItem ( "settings" ) ) || { } ) . debugMode ) document . getElementById ( "pageEmbed" ) . contentWindow . document . getElementsByTagName ( "datalist" ) [ 0 ] . children [ 3 ] . disabled = false ;
66
66
document . getElementById ( "pageEmbed" ) . contentWindow . document . getElementById ( "searchInput" ) . focus ( ) ;
67
67
document . getElementById ( "pageEmbed" ) . contentWindow . document . getElementById ( "searchInput" ) . select ( ) ;
68
68
document . getElementById ( "pageEmbed" ) . contentWindow . document . getElementById ( "searchInput" ) . addEventListener ( "keypress" , ( { key } ) => {
You can’t perform that action at this time.
0 commit comments