remove appcache
This commit is contained in:
parent
2cf5cca09f
commit
68dc1f9ad7
@ -14,7 +14,7 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<html manifest="worldmap.appcache">
|
||||
<html>
|
||||
<head>
|
||||
<title>Node-RED map all the things</title>
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
@ -69,7 +69,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="leaflet/dialog-polyfill.css"/>
|
||||
</head>
|
||||
|
||||
<body onunload="ws.send(JSON.stringify({'action':'end'})); ws.close();">
|
||||
<body onunload="if (ws) ws.close();">
|
||||
<div id="topbar">
|
||||
<a href="https://nodered.org"><img src="images/node-red.png" width="60px" height="24px"/></a>
|
||||
<span class="topbar"> Node-RED - map all the things</span>
|
||||
|
@ -1,68 +0,0 @@
|
||||
CACHE MANIFEST
|
||||
# date: Mar 17th 2019 - v1.5.34
|
||||
|
||||
CACHE:
|
||||
index.html
|
||||
favicon.ico
|
||||
css/map.css
|
||||
images/emoji.js
|
||||
images/node-red.png
|
||||
images/world-50m-flat.json
|
||||
leaflet/L.Terminator.js
|
||||
leaflet/Leaflet.Coordinates.css
|
||||
leaflet/Leaflet.Coordinates.js
|
||||
leaflet/Leaflet.Dialog.css
|
||||
leaflet/Leaflet.Dialog.js
|
||||
leaflet/Leaflet.fullscreen.min.js
|
||||
leaflet/leaflet-vector-markers.css
|
||||
leaflet/leaflet-vector-markers.min.js
|
||||
leaflet/MarkerCluster.Default.css
|
||||
leaflet/MarkerCluster.css
|
||||
leaflet/TileLayer.Grayscale.js
|
||||
leaflet/TileLayer.GrayscaleWMS.js
|
||||
leaflet/dialog-polyfill.css
|
||||
leaflet/dialog-polyfill.js
|
||||
leaflet/easy-button.css
|
||||
leaflet/easy-button.js
|
||||
leaflet/fullscreen.png
|
||||
leaflet/fullscreen@2x.png
|
||||
leaflet/l.ellipse.min.js
|
||||
leaflet/leaflet-heat.js
|
||||
leaflet/leaflet-omnivore.min.js
|
||||
leaflet/leaflet-side-by-side.js
|
||||
leaflet/leaflet-velocity.min.css
|
||||
leaflet/leaflet-velocity.min.js
|
||||
leaflet/leaflet.active-layers.min.js
|
||||
leaflet/leaflet.boatmarker.js
|
||||
leaflet/leaflet.css
|
||||
leaflet/leaflet.draw.css
|
||||
leaflet/leaflet.draw.js
|
||||
leaflet/leaflet.fullscreen.css
|
||||
leaflet/leaflet.js
|
||||
leaflet/leaflet.label.css
|
||||
leaflet/leaflet.label.js
|
||||
leaflet/leaflet.markercluster.js
|
||||
leaflet/leaflet.markercluster.freezable-src.js
|
||||
leaflet/leaflet.measurecontrol.css
|
||||
leaflet/leaflet.measurecontrol.js
|
||||
leaflet/leaflet.select-layers.min.js
|
||||
leaflet/milsymbol.js
|
||||
leaflet/nvg.js
|
||||
leaflet/OSMBuildings-Leaflet.js
|
||||
leaflet/sockjs.min.js
|
||||
leaflet/images/layers-2x.png
|
||||
leaflet/images/layers.png
|
||||
leaflet/images/marker-icon-2x.png
|
||||
leaflet/images/marker-icon.png
|
||||
leaflet/images/marker-shadow.png
|
||||
leaflet/images/measure-control.png
|
||||
leaflet/images/measure-control.svg
|
||||
leaflet/images/spritesheet-2x.png
|
||||
leaflet/images/spritesheet.png
|
||||
leaflet/font-awesome/fonts/fontawesome-webfont.svg
|
||||
leaflet/font-awesome/fonts/fontawesome-webfont.woff
|
||||
leaflet/font-awesome/fonts/fontawesome-webfont.woff2
|
||||
leaflet/font-awesome/css/font-awesome.min.css
|
||||
|
||||
NETWORK:
|
||||
*
|
Loading…
Reference in New Issue
Block a user