[Commits] r2013 - extensions/geoext.ux/ux/PrintPreview/examples

commits at geoext.org commits at geoext.org
Fri Mar 19 09:21:10 CET 2010


Author: ahocevar
Date: 2010-03-19 09:21:09 +0100 (Fri, 19 Mar 2010)
New Revision: 2013

Modified:
   extensions/geoext.ux/ux/PrintPreview/examples/PrintPreview.html
Log:
Use OpenLayers nightly build for the example - required by recent LegendPanel changes.

Modified: extensions/geoext.ux/ux/PrintPreview/examples/PrintPreview.html
===================================================================
--- extensions/geoext.ux/ux/PrintPreview/examples/PrintPreview.html	2010-03-18 19:05:52 UTC (rev 2012)
+++ extensions/geoext.ux/ux/PrintPreview/examples/PrintPreview.html	2010-03-19 08:21:09 UTC (rev 2013)
@@ -6,7 +6,7 @@
         <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.0.0/ext-all.js"></script>
         <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.0.0/resources/css/ext-all.css" />
         <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.0.0/examples/shared/examples.css" />
-        <script src="http://www.openlayers.org/api/2.8/OpenLayers.js"></script>
+        <script src="http://dev.openlayers.org/nightly/OpenLayers.js"></script>
         <script type="text/javascript" src="../../../../geoext/lib/GeoExt.js"></script>
         
         <!-- script and css resources for this ux -->



More information about the Commits mailing list