1
0
Fork 0
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:
skaman82 2015-11-06 02:38:28 +01:00
parent 1a12d57e88
commit c01f67a186
10 changed files with 63 additions and 92 deletions

View file

@ -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() {