mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
pl map added
This commit is contained in:
@@ -91,7 +91,6 @@
|
||||
x-data="{
|
||||
init() {
|
||||
let markers = {{ Js::from($markers) }};
|
||||
console.log(markers);
|
||||
|
||||
$('#map').vectorMap({
|
||||
zoomButtons : false,
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
sie auf einem der Meetups kennen. </p>
|
||||
@php
|
||||
$map = $country->code . '_merc';
|
||||
if (!\File::exists(public_path('vendor/jvector/maps/' . $map . '.js'))) {
|
||||
$map = 'europe-merc';
|
||||
if (!\File::exists(public_path('vendor/jvector/maps/' . $country->code . '.js'))) {
|
||||
$map = 'europe_merc';
|
||||
}
|
||||
@endphp
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user