Compare commits
No commits in common. "76dc12f2ac64704a4bfd264e572aadc49e30e8b7" and "dc4ddbb3e6bb17640222b0e76a7dcfabab77cd60" have entirely different histories.
76dc12f2ac
...
dc4ddbb3e6
|
@ -18,7 +18,6 @@
|
|||
/wp-*.php
|
||||
/xmlrpc.php
|
||||
/ignore-*
|
||||
*_gitignore-*
|
||||
|
||||
# Configuration
|
||||
wp-config.php
|
||||
|
|
|
@ -22,7 +22,7 @@ if ( ! is_plugin_active( 'leaflet-map/leaflet-map.php' ) ) {
|
|||
if (! function_exists( 'xarxaprod_show_leaflet_map' )) {
|
||||
function xarxaprod_show_leaflet_map() {
|
||||
// show the map
|
||||
echo do_shortcode( '[leaflet-map fitbounds max_zoom="16" lat="41.3922" lng="2.1755" height="100%" width="100%" tileurl=https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png scrollwheel detect-retina]');
|
||||
echo do_shortcode( '[leaflet-map fitbounds max_zoom="18" lat="41.3922" lng="2.1755" height="100%" width="100%" tileurl=https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png scrollwheel detect-retina]');
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue