File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Array.from(document.getElementById("menuBar").children).forEach((menuBar) => {
65
65
} ) ;
66
66
67
67
document . getElementById ( "pageEmbed" ) . addEventListener ( "load" , ( ) => {
68
- if ( ( JSON . parse ( localStorage . getItem ( "settings" ) ) || { } ) . debugMode ) document . getElementById ( "pageEmbed" ) . contentWindow . document . getElementsByTagName ( "datalist" ) [ 0 ] . children [ 3 ] . disabled = false ;
68
+ if ( ( JSON . parse ( localStorage . getItem ( "settings" ) ) || { } ) . debugMode ) document . getElementById ( "pageEmbed" ) . contentWindow . document . getElementsByTagName ( "datalist" ) [ 0 ] . find ( ( datalistItem ) => datalistItem . value === "/debug" ) = false ;
69
69
document . getElementById ( "pageEmbed" ) . contentWindow . document . getElementById ( "searchInput" ) . focus ( ) ;
70
70
document . getElementById ( "pageEmbed" ) . contentWindow . document . getElementById ( "searchInput" ) . select ( ) ;
71
71
document . getElementById ( "pageEmbed" ) . contentWindow . document . getElementById ( "searchInput" ) . addEventListener ( "keypress" , ( { key } ) => {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " electron-remote-control" ,
3
3
"productName" : " Remote Control Package" ,
4
- "version" : " 1.1.15 " ,
4
+ "version" : " 1.1.16 " ,
5
5
"description" : " An advanced, but easy-to-use Remote Desktop Application Program which has cross-platform support" ,
6
6
"main" : " package.js" ,
7
7
"scripts" : {
You can’t perform that action at this time.
0 commit comments