Skip to content

Commit e82a58a

Browse files
Bug fix; changed npm package version
1 parent 130ba89 commit e82a58a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/pages/main/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Array.from(document.getElementById("menuBar").children).forEach((menuBar) => {
6565
});
6666

6767
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;
6969
document.getElementById("pageEmbed").contentWindow.document.getElementById("searchInput").focus();
7070
document.getElementById("pageEmbed").contentWindow.document.getElementById("searchInput").select();
7171
document.getElementById("pageEmbed").contentWindow.document.getElementById("searchInput").addEventListener("keypress", ({ key }) => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "electron-remote-control",
33
"productName": "Remote Control Package",
4-
"version": "1.1.15",
4+
"version": "1.1.16",
55
"description": "An advanced, but easy-to-use Remote Desktop Application Program which has cross-platform support",
66
"main": "package.js",
77
"scripts": {

0 commit comments

Comments
 (0)