1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 11:59:51 +03:00

experimenting

This commit is contained in:
skaman82 2015-10-26 19:50:51 +01:00
parent 391a733aa8
commit f6a9005049
10 changed files with 1282 additions and 59 deletions

15
main.js
View file

@ -221,7 +221,22 @@ $(document).ready(function () {
});
}
}
// TEST
var css = $("#default");
$("div#options-window #remove").click(function(){
css.remove();
});
$("div#options-window #restore").click(function(){
$("head").append(css);
});
// TEST
$(document).bind('click keyup', close_and_cleanup);
$(this).slideDown(250);