revised parser
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user