- fix typo problem

10.3.x-maintenance
Larry (TBS) 2015-10-20 13:08:52 +08:00 committed by Dominic Clifton
parent 5cc3608a61
commit 9b16f59b8f
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ TABS.firmware_flasher.initialize = function (callback) {
return;
}
var target = match[1].replace("_", "_");
var target = match[1].replace("_", " ");
var format = match[2];
if (format != 'hex') {