Remove redundant JS define

This commit is contained in:
Jonathan Bennett 2022-01-25 22:27:48 -06:00
parent ec9403fb6f
commit 57a697093e
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
var ZM_OPT_USE_GEOLOCATION = '<?php echo ZM_OPT_USE_GEOLOCATION ?>' == '1' ? true : false;
<?php
if ( ZM_OPT_USE_GEOLOCATION ) {
echo 'var ZM_OPT_GEOLOCATION_TILE_PROVIDER=\''.ZM_OPT_GEOLOCATION_TILE_PROVIDER.'\''.PHP_EOL;