[OpenLayers-Commits] r12467 - sandbox/ahocevar/offline/examples
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Fri Mar 9 13:31:58 EST 2012
Author: ahocevar
Date: 2012-03-09 10:31:57 -0800 (Fri, 09 Mar 2012)
New Revision: 12467
Modified:
sandbox/ahocevar/offline/examples/cache-read.html
sandbox/ahocevar/offline/examples/cache-write.html
sandbox/ahocevar/offline/examples/offline-storage.html
Log:
Using minified build.
Modified: sandbox/ahocevar/offline/examples/cache-read.html
===================================================================
--- sandbox/ahocevar/offline/examples/cache-read.html 2012-03-09 18:14:28 UTC (rev 12466)
+++ sandbox/ahocevar/offline/examples/cache-read.html 2012-03-09 18:31:57 UTC (rev 12467)
@@ -7,7 +7,7 @@
<title>OpenLayers Cache Read Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css">
<link rel="stylesheet" href="style.css" type="text/css">
- <script src="../lib/OpenLayers.js"></script>
+ <script src="../OpenLayers.js"></script>
<script src="cache-read.js"></script>
</head>
<body onload="init()">
Modified: sandbox/ahocevar/offline/examples/cache-write.html
===================================================================
--- sandbox/ahocevar/offline/examples/cache-write.html 2012-03-09 18:14:28 UTC (rev 12466)
+++ sandbox/ahocevar/offline/examples/cache-write.html 2012-03-09 18:31:57 UTC (rev 12467)
@@ -7,7 +7,7 @@
<title>OpenLayers Cache Write Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css">
<link rel="stylesheet" href="style.css" type="text/css">
- <script src="../lib/OpenLayers.js"></script>
+ <script src="../OpenLayers.js"></script>
<script src="cache-write.js"></script>
</head>
<body onload="init()">
Modified: sandbox/ahocevar/offline/examples/offline-storage.html
===================================================================
--- sandbox/ahocevar/offline/examples/offline-storage.html 2012-03-09 18:14:28 UTC (rev 12466)
+++ sandbox/ahocevar/offline/examples/offline-storage.html 2012-03-09 18:31:57 UTC (rev 12467)
@@ -12,7 +12,7 @@
bottom: 0;
}
</style>
- <script src="../lib/OpenLayers.js"></script>
+ <script src="../OpenLayers.js"></script>
<script src="offline-storage.js"></script>
</head>
<body onload="init()">
More information about the Commits
mailing list