mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
removed or commented out references to local IndexedDBShim
This commit is contained in:
parent
4e7da4e444
commit
573988edd7
@ -74,7 +74,6 @@ module.exports = function(grunt) {
|
||||
src: [
|
||||
"../samples/images/*.png",
|
||||
"../samples/css/*.css",
|
||||
"../vendor/IndexedDBShim/dist/*.js",
|
||||
"../lib/tiles/*.png",
|
||||
"../lib/tiles/*.psd",
|
||||
"../utils/*.js",
|
||||
|
||||
@ -47,8 +47,6 @@ http://js.arcgis.com/3.14/esri/nls/jsapi_en-us.js
|
||||
../samples/images/blue-pin.png
|
||||
../samples/images/red-pin.png
|
||||
../samples/css/modular-popup.css
|
||||
../vendor/IndexedDBShim/dist/indexeddbshim.js
|
||||
../vendor/IndexedDBShim/dist/indexeddbshim.min.js
|
||||
../lib/tiles/blank_map_tile.png
|
||||
../lib/tiles/notile.png
|
||||
../lib/tiles/notile.psd
|
||||
|
||||
@ -131,9 +131,10 @@
|
||||
}
|
||||
</script>
|
||||
<!--
|
||||
Required when using the offline-editor-js library with Safari.
|
||||
-->
|
||||
<script src="../vendor/IndexedDBShim/dist/IndexedDBShim.js"></script>
|
||||
Include a reference to IndexedDBShim for library to work on Safari 7.x.
|
||||
May not be required for all Safari browsers.
|
||||
-->
|
||||
<!--<script src="//nparashuram.com/IndexedDBShim/dist/indexeddbshim.min.js"></script>-->
|
||||
|
||||
<!--
|
||||
This is a locally hosted optimized build of the ArcGIS JS API.
|
||||
|
||||
@ -47,8 +47,6 @@ http://js.arcgis.com/3.14/esri/nls/jsapi_en-us.js
|
||||
../samples/images/blue-pin.png
|
||||
../samples/images/red-pin.png
|
||||
../samples/css/modular-popup.css
|
||||
../vendor/IndexedDBShim/dist/indexeddbshim.js
|
||||
../vendor/IndexedDBShim/dist/indexeddbshim.min.js
|
||||
../lib/tiles/blank_map_tile.png
|
||||
../lib/tiles/notile.png
|
||||
../lib/tiles/notile.psd
|
||||
|
||||
@ -116,7 +116,13 @@ ask if you want to reload the application.
|
||||
<script src="../samples/jsolib/dojo.js" data-dojo-config="async: true"></script>
|
||||
<!-- Use this tag below if you are hosting your ArcGIS API for JavaScript files locally -->
|
||||
<!--<script src="libs/dojo/dojo/dojo.js" data-dojo-config="async: true"></script>-->
|
||||
<script src="../vendor/IndexedDBShim/dist/IndexedDBShim.min.js"></script>
|
||||
|
||||
<!--
|
||||
Include a reference to IndexedDBShim for library to work on Safari 7.x.
|
||||
May not be required for all Safari browsers.
|
||||
-->
|
||||
<!--<script src="//nparashuram.com/IndexedDBShim/dist/indexeddbshim.min.js"></script>-->
|
||||
|
||||
<script src="//github.hubspot.com/offline/offline.min.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
@ -136,9 +136,10 @@
|
||||
}
|
||||
</script>
|
||||
<!--
|
||||
Required when using the offline-editor-js library with Safari.
|
||||
-->
|
||||
<script src="../vendor/IndexedDBShim/dist/IndexedDBShim.js"></script>
|
||||
Include a reference to IndexedDBShim for library to work on Safari 7.x.
|
||||
May not be required for all Safari browsers.
|
||||
-->
|
||||
<!--<script src="//nparashuram.com/IndexedDBShim/dist/indexeddbshim.min.js"></script>-->
|
||||
|
||||
<!--
|
||||
This is a locally hosted optimized build of the ArcGIS JS API.
|
||||
|
||||
@ -45,8 +45,11 @@
|
||||
.pad-top-20px { padding-top: 20px;}
|
||||
</style>
|
||||
|
||||
<!-- Include a reference to IndexedDBShim for library to work on Safari 7.x -->
|
||||
<script src="../vendor/IndexedDBShim/dist/IndexedDBShim.js"></script>
|
||||
<!--
|
||||
Include a reference to IndexedDBShim for library to work on Safari 7.x.
|
||||
May not be required for all Safari browsers.
|
||||
-->
|
||||
<!--<script src="//nparashuram.com/IndexedDBShim/dist/indexeddbshim.min.js"></script>-->
|
||||
|
||||
<script src="http://js.arcgis.com/3.14/"></script>
|
||||
</head>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user