mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Fix Safari maps issue
This commit is contained in:
parent
91049e8ed6
commit
3864128055
@ -1,13 +1,12 @@
|
|||||||
<link rel="import" href="../../bower_components/polymer/polymer.html">
|
<link rel="import" href="../../bower_components/polymer/polymer.html">
|
||||||
|
|
||||||
<link rel='import' href='../../bower_components/iron-icon/iron-icon.html'>
|
<link rel='import' href='../../bower_components/iron-icon/iron-icon.html'>
|
||||||
|
|
||||||
<link rel="import" href="../../bower_components/app-layout/app-toolbar/app-toolbar.html">
|
<link rel="import" href="../../bower_components/app-layout/app-toolbar/app-toolbar.html">
|
||||||
|
|
||||||
<script src="../../bower_components/leaflet/dist/leaflet.js"></script>
|
<script src="../../bower_components/leaflet/dist/leaflet.js"></script>
|
||||||
|
<!-- otherwise the shadow dom polyfill breaks the CSS when vulcanized -->
|
||||||
|
<link rel="stylesheet" href="../../bower_components/leaflet/dist/leaflet.css" />
|
||||||
|
|
||||||
<link rel="import" href="../../src/components/ha-menu-button.html">
|
<link rel="import" href="../../src/components/ha-menu-button.html">
|
||||||
|
|
||||||
<link rel="import" href="./ha-entity-marker.html">
|
<link rel="import" href="./ha-entity-marker.html">
|
||||||
|
|
||||||
<dom-module id="ha-panel-map">
|
<dom-module id="ha-panel-map">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user