mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
some minor css updates
This commit is contained in:
parent
1a12d57e88
commit
c01f67a186
10 changed files with 63 additions and 92 deletions
|
@ -78,7 +78,7 @@ TABS.dataflash.initialize = function (callback) {
|
|||
});
|
||||
}
|
||||
|
||||
$(".save_btn a.erase-flash, .save_btn a.save-flash").toggleClass("disabled", DATAFLASH.usedSize == 0);
|
||||
$(".btn a.erase-flash, .btn a.save-flash").toggleClass("disabled", DATAFLASH.usedSize == 0);
|
||||
}
|
||||
|
||||
function create_html() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue