Skip to content
Snippets Groups Projects
Commit 28cb3c82 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Bugfix in der map.blade.php

parent 997a5bc0
No related branches found
No related tags found
No related merge requests found
...@@ -84,6 +84,11 @@ ...@@ -84,6 +84,11 @@
<li id="follow-location"><span class="button glyphicon glyphicon-record"></span></li> <li id="follow-location"><span class="button glyphicon glyphicon-record"></span></li>
</ul> </ul>
</main> </main>
@if(isset($scripts))
@foreach($scripts as $script)
<script src="{{$script}}" ></script>
@endforeach
@endif
<script> <script>
var boundings = {{$boundings}}; var boundings = {{$boundings}};
@if($boundings === 'true') @if($boundings === 'true')
...@@ -107,10 +112,6 @@ ...@@ -107,10 +112,6 @@
}); });
</script> </script>
@endif @endif
@if(isset($scripts))
@foreach($scripts as $script)
<script src="{{$script}}" ></script>
@endforeach
@endif
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment