Skip to content

Commit

Permalink
multiple-select bump to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HThuren committed Jan 29, 2024
1 parent 1f4e8d5 commit 574561d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"lodash.debounce": "^4.0.8",
"marked": "^4.1.1",
"multicast-dns": "^7.2.5",
"multiple-select": "^1.6.0",
"multiple-select": "^1.7.0",
"nw-vue-devtools-prebuilt": "^0.0.10",
"ol": "^8.2.0",
"select2": "^4.0.13",
Expand Down
5 changes: 2 additions & 3 deletions src/js/jqueryPlugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import 'jquery-textcomplete';
import 'jquery-touchswipe';
import select2 from 'select2';
select2(jQuery);
import 'multiple-select';
//import multipleSelect from 'multiple-select';
//multipleSelect('destroy');
import multipleSelect from 'multiple-select';
multipleSelect('init');
import 'multiple-select/dist/multiple-select-locale-all.js';
import '../../libraries/jquery.nouislider.all.min.js';
import '../../libraries/jquery.flightindicators.js';
2 changes: 1 addition & 1 deletion src/tabs/presets/DetailedDialog/PresetsDetailedDialog.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import GUI from "../../../js/gui";
import { i18n, getCurrentLocaleISO } from "../localization";
import { i18n, getCurrentLocaleISO } from "../../../js/localization";
import PickedPreset from "../PickedPreset";
import PresetTitlePanel from "../TitlePanel/PresetTitlePanel";
import FC from "../../../js/fc";
Expand Down
2 changes: 1 addition & 1 deletion src/tabs/presets/presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import '../../js/jqueryPlugins';
import GUI, { TABS } from '../../js/gui';
import { get as getConfig, set as setConfig } from '../../js/ConfigStorage';
import { generateFilename } from '../../js/utils/generate_filename';
import { i18n, getCurrentLocaleISO } from "../localization";
import { i18n, getCurrentLocaleISO } from "../../js/localization";
import FC from '../../js/fc';
import CONFIGURATOR from '../../js/data_storage';
import UI_PHONES from '../../js/phones_ui';
Expand Down

0 comments on commit 574561d

Please sign in to comment.