Skip to content

Commit 56407fb

Browse files
microbit-josephinemicrobit-carlos
authored andcommitted
WebUSB: Open troubleshooting link from error modal in a new window (#267)
1 parent 5607501 commit 56407fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,7 @@ function web_editor(config) {
13151315
: '<a href="#" id="flashing-overlay-download" class="action" onclick="actionClickListener(event)">' +
13161316
config["translate"]["webusb"]["download"] +
13171317
'</a> | ' +
1318-
'<a href="https://support.microbit.org/a/solutions/articles/19000105428-webusb-troubleshooting/en" id="flashing-overlay-troubleshoot" class="action" onclick="actionClickListener(event)">' +
1318+
'<a target="_blank" href="https://support.microbit.org/solution/articles/19000105428-webusb-troubleshooting/en" id="flashing-overlay-troubleshoot" class="action" onclick="actionClickListener(event)">' +
13191319
config["translate"]["webusb"]["troubleshoot"] +
13201320
'</a> | ') +
13211321
'<a href="#" onclick="flashErrorClose()">' +

0 commit comments

Comments
 (0)