File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -97,9 +97,9 @@ <h2 class="modal-title"><i class="fa fa-download"></i> <strong>{{ save-but }}</s
97
97
<div id="addFileHeader">
98
98
<h2 class="modal-title"><i class="fa fa-download"></i> <strong>{{ files-title }}</strong></h2>
99
99
</div>
100
- <div id="addFileHelp"><a id="expandHelpPara "><i class="fa fa-info-circle" aria-hidden="true"> <span>{{ help-button }}</span></i></a></div>
100
+ <div id="addFileHelp"><a class="action" id="files-expand-help "><i class="fa fa-info-circle" aria-hidden="true"> <span>{{ help-button }}</span></i></a></div>
101
101
</div>
102
- <div id="fileHelpPara">{{ file-help-text }}<a href="help.html#fs" target="_blank">{{ help-link }}</a>.</div>
102
+ <div id="fileHelpPara">{{ file-help-text }}<a href="help.html#fs" target="_blank" class="action" id="files-help-link" >{{ help-link }}</a>.</div>
103
103
<div class="expandable">
104
104
<div class="expandable-always-visible">
105
105
<button type="button" class="action save-button show" id="show-files" title="{{ show-files }}">{{ show-files }} <i class="fa fa-caret-down"></i></button>
@@ -363,9 +363,9 @@ <h2><i class="fa fa-unlock-alt"></i> <strong>{{ title }}</strong></h2>
363
363
<div class="buttons_menu_item">
364
364
<span id="lang-select">Select Language:</span>
365
365
<ul class="tree">
366
- <li><span title="English"><a href="#" class="lang-choice" id="en" tabindex="121">English</a></span></li>
367
- <li><span title="Spanish"><a lang="es" href="#" class="lang-choice" id="es" tabindex="122">Español</a></span></li>
368
- <li><span title="Polish"><a lang="pl" href="#" class="lang-choice" id="pl" tabindex="123">Polski</a></span></li>
366
+ <li><span title="English"><a href="#" class="action lang-choice" id="en" tabindex="121">English</a></span></li>
367
+ <li><span title="Spanish"><a lang="es" href="#" class="action lang-choice" id="es" tabindex="122">Español</a></span></li>
368
+ <li><span title="Polish"><a lang="pl" href="#" class="action lang-choice" id="pl" tabindex="123">Polski</a></span></li>
369
369
</ul>
370
370
<div><a id="add-language-link" class="action" title="Add a language translation to the Editor" href="https://support.microbit.org/solutions/articles/19000106022-translating-the-micro-bit-python-editor" target="_blank" tabindex="124">Add a language</a></div>
371
371
</div>
Original file line number Diff line number Diff line change @@ -712,7 +712,7 @@ let PartialFlashing = {
712
712
// Send event
713
713
var details = {
714
714
"flash-type" : "partial-flash" ,
715
- "event-type" : "error " ,
715
+ "event-type" : "info " ,
716
716
"message" : "flash-failed" + "/" + "attempting-full-flash"
717
717
} ;
718
718
Original file line number Diff line number Diff line change @@ -957,7 +957,7 @@ function web_editor(config) {
957
957
}
958
958
downloadFileFromFilesystem ( 'main.py' ) ;
959
959
} ) ;
960
- $ ( "#expandHelpPara " ) . click ( function ( ) {
960
+ $ ( "#files-expand-help " ) . click ( function ( ) {
961
961
if ( $ ( "#fileHelpPara" ) . css ( "display" ) == "none" ) {
962
962
$ ( "#fileHelpPara" ) . show ( ) ;
963
963
$ ( "#addFile" ) . css ( "margin-bottom" , "10px" ) ;
You can’t perform that action at this time.
0 commit comments