before config state
This commit is contained in:
@@ -15,5 +15,13 @@ export const config: I.Config = {
|
||||
urlCSSJSCMaster: "https://tickets.zinomedia.de/libs/jQuery-Seat-Charts/jquery.seat-charts.css",
|
||||
urlCSSjQueryUI: "https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css",
|
||||
childHasVenueXML: false,
|
||||
maxSelectedSeats: 10
|
||||
maxSelectedSeats: 10,
|
||||
state: {
|
||||
priceOverall: "",
|
||||
cartChanged: false,
|
||||
selectedSeatsArr: [],
|
||||
selectedSeatsObj: {},
|
||||
layoutRows: {},
|
||||
isValidSeatSelection: false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user