[Commits] r2476 - core/trunk/geoext/examples

commits at geoext.org commits at geoext.org
Wed Nov 10 09:52:37 CET 2010


Author: fredj
Date: 2010-11-10 09:52:37 +0100 (Wed, 10 Nov 2010)
New Revision: 2476

Modified:
   core/trunk/geoext/examples/permalink.html
Log:
use ExtJS 3.2.1. Non-functional change. (see #373)

Modified: core/trunk/geoext/examples/permalink.html
===================================================================
--- core/trunk/geoext/examples/permalink.html	2010-11-08 16:55:31 UTC (rev 2475)
+++ core/trunk/geoext/examples/permalink.html	2010-11-10 08:52:37 UTC (rev 2476)
@@ -2,10 +2,10 @@
     <head>
         <title>Permalink Example</title>
 
-        <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.0.0/adapter/ext/ext-base.js"></script>
-        <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 type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.1/adapter/ext/ext-base.js"></script>
+        <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.1/ext-all.js"></script>
+        <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.2.1/resources/css/ext-all.css" />
+        <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.2.1/examples/shared/examples.css" />
         <script src="http://www.openlayers.org/api/2.10/OpenLayers.js"></script>
         <script type="text/javascript" src="../lib/GeoExt.js"></script>
 



More information about the Commits mailing list