mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 11:59:51 +03:00
experimenting
This commit is contained in:
parent
391a733aa8
commit
f6a9005049
10 changed files with 1282 additions and 59 deletions
15
main.js
15
main.js
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue