removed or commented out references to local IndexedDBShim

This commit is contained in:
Andy Gup 2015-11-23 16:56:25 -07:00
parent 4e7da4e444
commit 573988edd7
7 changed files with 20 additions and 14 deletions

View File

@ -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",

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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>

View File

@ -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.

View File

@ -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>