MAPG-172 make variable local
This commit is contained in:
parent
693bddbcf0
commit
4561c825a4
@ -17,7 +17,7 @@
|
|||||||
<?php if (!isset($_COOKIE['COOKIES_CONSENT'])): ?>
|
<?php if (!isset($_COOKIE['COOKIES_CONSENT'])): ?>
|
||||||
<script>
|
<script>
|
||||||
(function () {
|
(function () {
|
||||||
MapGuesser = {
|
var MapGuesser = {
|
||||||
cookiesAgreed: false,
|
cookiesAgreed: false,
|
||||||
|
|
||||||
agreeCookies: function () {
|
agreeCookies: function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user