1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-17 05:15:20 +03:00

#DJI-HD-OSD-Support

This commit is contained in:
Andi Kanzler 2021-05-30 11:08:23 +02:00
parent ffce2c9a57
commit da1ce634b0
6 changed files with 377 additions and 45 deletions

View file

@ -21,7 +21,7 @@ var Settings = (function () {
if (!s) {
// Setting doesn't exist.
input.val(null);
parent.hide();
parent.remove();
return;
}
parent.show();