revised parser

This commit is contained in:
zino
2021-05-17 15:18:21 +02:00
parent d08ca9f1e4
commit 956b3c3b4c
5 changed files with 186 additions and 168 deletions

View File

@@ -9,6 +9,7 @@ import Utils from "./modules/utils";
import * as Events from "./modules/events";
require("jbox/dist/jBox.all.css");
import * as Cart from "./modules/cart";
import * as Trims from "./modules/trims";
// let inputsWithValue: I.InputsWithValue;
// let seatmap: any;
@@ -120,7 +121,7 @@ function messageHandler(inE: any) {
JSC.selectSeatsInCart();
UI.convertLegendToDropdown("dropdownLegend");
Events.dropdownLegendOnChange("#dropdownLegend");
JSC.addTrims();
Trims.addTrims();
XMLHelper.processSMAP();
config.state.panzoom = UI.addPanzoom("#containerSeatmapInner", ".panzoomZoomIn", ".panzoomZoomOut", "#panzoomResetZoom");
UI.controlLoftloader("hide");