1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00

Basic render of global function table

This commit is contained in:
Pawel Spychalski (DzikuVx) 2020-04-10 11:37:52 +02:00
parent a15277ae25
commit 7478f6cd04
8 changed files with 256 additions and 35 deletions

View file

@ -46,6 +46,9 @@ TABS.programming.initialize = function (callback, scrollPosition) {
LOGIC_CONDITIONS.init($('#logic-wrapper'));
LOGIC_CONDITIONS.render();
GLOBAL_FUNCTIONS.init($('#functions-wrapper'));
GLOBAL_FUNCTIONS.render();
localize();
GUI.content_ready(callback);
}