File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 "jquery-i18next" : " ^1.2.0" ,
2525 "bootstrap-select" : " ^1.12.1"
2626 },
27- "_release" : " 86510d22b9 " ,
27+ "_release" : " 5e778cf616 " ,
2828 "_resolution" : {
2929 "type" : " branch" ,
3030 "branch" : " blockly" ,
31- "commit" : " 86510d22b9d5a335d4c44dbba0de110e2f1e71d4 "
31+ "commit" : " 5e778cf61627bd9086538b03c1ca060bad8395c9 "
3232 },
3333 "_source" : " https://git.kingkit.codes/webduino/simulator.git" ,
3434 "_target" : " blockly" ,
Original file line number Diff line number Diff line change 4242 < button type ="button " class ="btn btn-default navbar-btn " v-on:click ="deleteSomething " :disabled ="isPlaying ">
4343 < i class ="glyphicon glyphicon-trash "> </ i >
4444 </ button >
45+ < button type ="button " class ="btn btn-default navbar-btn " id ="menu-toggle " v-on:click ="menuToggle " :disabled ="isPlaying " data-i18n ="navbar.components "> </ button >
4546 </ div >
4647 < div class ="navbar-right margin-fixed hidden ">
4748 < select id ="lang " class ="selectpicker hidden " data-container ="body " data-width ="auto ">
4849 < option value ="en " data-i18n ="language.en "> </ option >
4950 < option value ="zh-tw " data-i18n ="language.zh-tw "> </ option >
5051 < option value ="zh-cn " data-i18n ="language.zh-cn "> </ option >
5152 </ select >
52- < button type ="button " class ="btn btn-default navbar-btn " id ="menu-toggle " v-on:click ="menuToggle " :disabled ="isPlaying " data-i18n ="navbar.components "> </ button >
5353 < button type ="button " class ="btn btn-default navbar-btn hidden " :class ="{ play: isPlaying, stop: !isPlaying } " v-on:click ="engineToggle ">
5454 < i class ="glyphicon glyphicon-play " v-show ="!isPlaying "> </ i >
5555 < i class ="glyphicon glyphicon-stop " v-show ="isPlaying "> </ i >
You can’t perform that action at this time.
0 commit comments