Remove redundant JS define
This commit is contained in:
parent
ec9403fb6f
commit
57a697093e
|
@ -1,4 +1,3 @@
|
||||||
var ZM_OPT_USE_GEOLOCATION = '<?php echo ZM_OPT_USE_GEOLOCATION ?>' == '1' ? true : false;
|
|
||||||
<?php
|
<?php
|
||||||
if ( ZM_OPT_USE_GEOLOCATION ) {
|
if ( ZM_OPT_USE_GEOLOCATION ) {
|
||||||
echo 'var ZM_OPT_GEOLOCATION_TILE_PROVIDER=\''.ZM_OPT_GEOLOCATION_TILE_PROVIDER.'\''.PHP_EOL;
|
echo 'var ZM_OPT_GEOLOCATION_TILE_PROVIDER=\''.ZM_OPT_GEOLOCATION_TILE_PROVIDER.'\''.PHP_EOL;
|
||||||
|
|
Loading…
Reference in New Issue