replaced console.log, installed envify, added appendVersion
This commit is contained in:
@@ -41,9 +41,8 @@ export function initSendVenueXML(inE: any) {
|
||||
jQuery("#dropdownSeatmap").val(id);
|
||||
Communication.needSeatmapXML(id);
|
||||
|
||||
console.log(css);
|
||||
console.log(seatmapListing);
|
||||
|
||||
Utils.consoleLog(css);
|
||||
Utils.consoleLog(seatmapListing);
|
||||
}
|
||||
|
||||
export function initSendInputsWithValue(inE: any) {
|
||||
@@ -78,7 +77,7 @@ export function sendCheckoutResponse(inE: any) {
|
||||
const data: I.Message = JSON.parse(inE.data);
|
||||
config.state.isValidSeatSelection = data.message.isValidSeatSelection;
|
||||
|
||||
console.log(data.message);
|
||||
Utils.consoleLog(data.message);
|
||||
|
||||
if (!config.state.isValidSeatSelection) {
|
||||
jBoxHelper.showJBoxNotice(`Auswahl nicht möglich: Bitte lassen Sie keinen einzelnen Platz frei.`);
|
||||
|
||||
Reference in New Issue
Block a user