File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1410,10 +1410,10 @@ function web_editor(config) {
1410
1410
// If err is not device disconnected or if there is previous errors, append the download/troubleshoot buttons
1411
1411
var showOverlayButtons = "" ;
1412
1412
if ( err . name !== 'device-disconnected' || $ ( "#flashing-overlay-error" ) . html ( ) !== "" ) {
1413
- showOverlayButtons = '<a href="#" id="flashing-overlay-download" class="action" onclick="actionClickListener(event)">' +
1413
+ showOverlayButtons = '<a title="" href="#" id="flashing-overlay-download" class="action" onclick="actionClickListener(event)">' +
1414
1414
config [ "translate" ] [ "webusb" ] [ "download" ] +
1415
1415
'</a> | ' +
1416
- '<a target="_blank" href="https://support.microbit.org/solution/articles/19000105428-webusb-troubleshooting/en" id="flashing-overlay-troubleshoot" class="action" onclick="actionClickListener(event)">' +
1416
+ '<a title="" target="_blank" href="https://support.microbit.org/solution/articles/19000105428-webusb-troubleshooting/en" id="flashing-overlay-troubleshoot" class="action" onclick="actionClickListener(event)">' +
1417
1417
config [ "translate" ] [ "webusb" ] [ "troubleshoot" ] +
1418
1418
'</a> | ' ;
1419
1419
}
@@ -1428,7 +1428,7 @@ function web_editor(config) {
1428
1428
'<div class="flashing-overlay-buttons">' +
1429
1429
'<hr />' +
1430
1430
showOverlayButtons +
1431
- '<a href="#" onclick="flashErrorClose()">' + config [ "translate" ] [ "webusb" ] [ "close" ] + '</a>' +
1431
+ '<a title="" href="#" onclick="flashErrorClose()">' + config [ "translate" ] [ "webusb" ] [ "close" ] + '</a>' +
1432
1432
'</div>' ;
1433
1433
1434
1434
// Show error message, or append to existing errors
You can’t perform that action at this time.
0 commit comments