mirror of https://github.com/perkeep/perkeep.git
server/camlistored/ui: remove useless crossorigin and integrity for leaflet
I had pasted them from an example when I started to work on the map aspect, and forgot to look up their meaning/use afterwards. Fixes #964 Change-Id: Ic92dcd9641a7fad49707c24f114b370f2c887828
This commit is contained in:
parent
c3e7fc8002
commit
b95aa162d7
|
@ -30,7 +30,7 @@ limitations under the License.
|
|||
<script src="react/react-with-addons.min.js"></script>
|
||||
<script src="react/react-dom.min.js"></script>
|
||||
<script src="react/classnames.js"></script>
|
||||
<script src="leaflet/leaflet.js" integrity="sha512-A7vV8IFfih/D732iSSKi20u/ooOfj/AGehOKq0f4vLT1Zr2Y+RX7C+w8A1gaSasGtRUZpF/NZgzSAu4/Gc41Lg==" crossorigin=""></script>
|
||||
<script src="leaflet/leaflet.js"></script>
|
||||
<script src="leaflet/leaflet.awesome-markers.min.js"></script>
|
||||
<script src="leaflet/leaflet.markercluster.js"></script>
|
||||
|
||||
|
@ -46,7 +46,7 @@ limitations under the License.
|
|||
<link rel="stylesheet" href="fontawesome/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800">
|
||||
<link rel="stylesheet" href="closure/goog/css/common.css" type="text/css">
|
||||
<link rel="stylesheet" href="leaflet/leaflet.css" integrity="sha512-07I2e+7D8p6he1SIM+1twR5TIrhUQn9+I6yjqD53JQjFiMf8EtC93ty0/5vJTZGF8aAocvHYNEDJajGdNx1IsQ==" crossorigin=""/>
|
||||
<link rel="stylesheet" href="leaflet/leaflet.css"/>
|
||||
<link rel="stylesheet" href="leaflet/leaflet.awesome-markers.css">
|
||||
<link rel="stylesheet" href="leaflet/MarkerCluster.css">
|
||||
<link rel="stylesheet" href="leaflet/MarkerCluster.Default.css">
|
||||
|
|
Loading…
Reference in New Issue