fixed multiple close/open dialog

This commit is contained in:
zino
2021-03-24 21:48:23 +01:00
parent 04cf55e4fe
commit d23fa35e42
4 changed files with 8 additions and 6 deletions

View File

@@ -12,5 +12,6 @@ export const config: I.Config = {
urlJSCStaging: "https://staging.tickets.zinomedia.de/libs/jQuery-Seat-Charts/jquery.seat-charts.min.js",
urlJSCMaster: "https://tickets.zinomedia.de/libs/jQuery-Seat-Charts/jquery.seat-charts.min.js",
urlCSSJSCStaging: "https://staging.tickets.zinomedia.de/libs/jQuery-Seat-Charts/jquery.seat-charts.css",
urlCSSJSCMaster: "https://tickets.zinomedia.de/libs/jQuery-Seat-Charts/jquery.seat-charts.css"
urlCSSJSCMaster: "https://tickets.zinomedia.de/libs/jQuery-Seat-Charts/jquery.seat-charts.css",
childHasVenueXML: false
}