We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ab95d commit cba81c4Copy full SHA for cba81c4
src/js/main.js
@@ -188,8 +188,6 @@ function startProcess() {
188
if (GUI.connected_to || GUI.connecting_to) {
189
$("a.connection_button__link").click();
190
}
191
- // this line is required but it triggers opening the firmware flasher tab again
192
- $("a.firmware_flasher_button__link").click();
193
} else if (GUI.allowedTabs.indexOf(tab) < 0) {
194
gui_log(i18n.getMessage("tabSwitchUpgradeRequired", [tabName]));
195
return;
0 commit comments