Closed Mitezuss closed 4 years ago
Hi, with press CTRL+MID the script is enable/disabled and opened the home page, so:
in line 82
this.toggleScript(script); event.target.setAttribute('checked', script.isEnabled);
Need "else"
else { this.toggleScript(script); event.target.setAttribute('checked', script.isEnabled); }
Hi, with press CTRL+MID the script is enable/disabled and opened the home page, so:
in line 82
Need "else"