File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/wizards/flashingtool2 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ function flashToolBoard(device) {
5050function openFlashingTool ( ) {
5151
5252 selectedControllerType = 'blackboxx32'
53-
53+
5454 var template = `
5555 <ul data-role="tabs" data-expand="true">
5656 <li><a href="#" onclick="flashToolBoard('blackboxx32');"><img src="/wizards/flashingtool2/img/bbx32-icon.png" height="32"> <b>BlackBox X32</b></a></li>
5757 <!-- li><a href="#" onclick="flashToolBoard('blackbox4x');"><img src="/wizards/flashingtool2/img/bb4x-icon.png" height="32"> <b>BlackBox 4X</b></a></li -->
5858 <li><a href="#" onclick="flashToolBoard('interfacev1');"><img src="/wizards/flashingtool2/img/interfacev1-icon.png" height="32"> <b>Interface</b></a></li>
59- <li><a href="#" onclick="flashToolBoard('bloxv1');"><img src="/wizards/flashingtool2/img/blox-icon.png" height="32"> <b>BLOX</b></a></li>
59+ <!-- li><a href="#" onclick="flashToolBoard('bloxv1');"><img src="/wizards/flashingtool2/img/blox-icon.png" height="32"> <b>BLOX</b></a></li-- >
6060 </ul>`
6161
6262 template += `
You can’t perform that action at this time.
0 commit comments