mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Basic Logic Conditions UI
This commit is contained in:
parent
cdf7b82108
commit
e7d26a5759
4 changed files with 27 additions and 3 deletions
|
@ -38,13 +38,15 @@ TABS.programming.initialize = function (callback, scrollPosition) {
|
|||
}
|
||||
|
||||
function loadHtml() {
|
||||
console.log(2);
|
||||
GUI.load("./tabs/programming.html", processHtml);
|
||||
}
|
||||
|
||||
function processHtml() {
|
||||
console.log(3);
|
||||
|
||||
LOGIC_CONDITIONS.init($('#logic-wrapper'));
|
||||
LOGIC_CONDITIONS.render();
|
||||
|
||||
localize();
|
||||
GUI.content_ready(callback);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue