reupload latest seatmap main
This commit is contained in:
@@ -32,15 +32,14 @@
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-141047190-1"></script>
|
||||
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
|
||||
function gtag() { dataLayer.push(arguments); }
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'UA-141047190-1');
|
||||
</script>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -73,7 +72,7 @@
|
||||
<div id="spacer"></div>
|
||||
<div id="border"></div>
|
||||
<div id="spacer"></div>
|
||||
|
||||
|
||||
<!--SEATMAP-->
|
||||
<div class="row" id="seat-map-row">
|
||||
<div class="col-sm-12" id="seat-map">
|
||||
@@ -81,7 +80,7 @@
|
||||
</div>
|
||||
<p id="seatmap_version">0.5.0</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h4 id="screenTooSmall">Displaybreite zu gering: Bitte versuchen Sie, Ihren Bildschirm zu drehen, sofern Sie ein mobiles Endgerät benutzen.<br><br>Cannot display seat map: Screen width too small. Please try to rotate your screen if you are using a mobile device.</h4>
|
||||
<h4 id="IEdetected">Internet Explorer ist veraltet und wird nicht unterstützt. Bitte benutzen Sie einen anderen Browser.<br><br>Internet Explorer is outdated and not supported. Please use another browser.</h4>
|
||||
<!--LOADER-->
|
||||
@@ -90,9 +89,11 @@
|
||||
var $body = $("body");
|
||||
$(document).on({
|
||||
ajaxStart: function() { $body.addClass("loading"); },
|
||||
ajaxStop: function() { $body.removeClass("loading");
|
||||
ajaxStop: function() {
|
||||
$body.removeClass("loading");
|
||||
$('.modal').css("background-image", "url()");
|
||||
$('head').append('<style type="text/css">.modal:before{display: none;}</style>'); }
|
||||
$('head').append('<style type="text/css">.modal:before{display: none;}</style>');
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<script language="javascript" type="text/javascript" src="seatmap.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user