mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Convert to CommonJS Modules
This commit is contained in:
parent
7df8253099
commit
91f1699659
100 changed files with 9685 additions and 3735 deletions
|
@ -49,11 +49,11 @@ TABS.programming.initialize = function (callback, scrollPosition) {
|
|||
|
||||
helper.tabs.init($('.tab-programming'));
|
||||
|
||||
localization.localize();;
|
||||
i18n.localize();;
|
||||
|
||||
$('#save-button').click(function () {
|
||||
$('#save-button').on('click', function () {
|
||||
saveChainer.execute();
|
||||
GUI.log(localization.getMessage('programmingEepromSaved'));
|
||||
GUI.log(i18n.getMessage('programmingEepromSaved'));
|
||||
});
|
||||
|
||||
helper.mspBalancedInterval.add('logic_conditions_pull', 100, 1, function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue