File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ onboard_logging.initialize = function (callback) {
103103 $ ( ".tab-onboard_logging a.erase-flash-cancel" ) . click ( flash_erase_cancel ) ;
104104
105105 $ ( ".tab-onboard_logging a.save-flash" ) . click ( flash_save_begin ) ;
106+ $ ( ".tab-onboard_logging a.save-flash-erase" ) . click ( ( ) => flash_save_begin ( true ) ) ;
106107 $ ( ".tab-onboard_logging a.save-flash-cancel" ) . click ( flash_save_cancel ) ;
107108 $ ( ".tab-onboard_logging a.save-flash-dismiss" ) . click ( dismiss_saving_dialog ) ;
108109 }
@@ -355,7 +356,7 @@ onboard_logging.initialize = function (callback) {
355356 true ,
356357 ) ;
357358
358- $ ( "a.regular-button erase-flash, a.regular-button.require-msc-supported.save-flash" ) . toggleClass (
359+ $ ( "a.regular-button. erase-flash, a.regular-button.require-msc-supported.save-flash" ) . toggleClass (
359360 "disabled" ,
360361 FC . DATAFLASH . usedSize === 0 ,
361362 ) ;
You can’t perform that action at this time.
0 commit comments