Skip to content

Commit cba81c4

Browse files
authored
Fix triggering firmware flasher tab twice (#4666)
1 parent c6ab95d commit cba81c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/js/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ function startProcess() {
188188
if (GUI.connected_to || GUI.connecting_to) {
189189
$("a.connection_button__link").click();
190190
}
191-
// this line is required but it triggers opening the firmware flasher tab again
192-
$("a.firmware_flasher_button__link").click();
193191
} else if (GUI.allowedTabs.indexOf(tab) < 0) {
194192
gui_log(i18n.getMessage("tabSwitchUpgradeRequired", [tabName]));
195193
return;

0 commit comments

Comments
 (0)