[Commits] r1602 - sandbox/ahocevar/playground/ux/Printing/examples

commits at geoext.org commits at geoext.org
Tue Dec 22 11:31:01 CET 2009


Author: ahocevar
Date: 2009-12-22 11:31:00 +0100 (Tue, 22 Dec 2009)
New Revision: 1602

Modified:
   sandbox/ahocevar/playground/ux/Printing/examples/Printing.html
Log:
reverted accidently committed script location changes

Modified: sandbox/ahocevar/playground/ux/Printing/examples/Printing.html
===================================================================
--- sandbox/ahocevar/playground/ux/Printing/examples/Printing.html	2009-12-21 22:51:02 UTC (rev 1601)
+++ sandbox/ahocevar/playground/ux/Printing/examples/Printing.html	2009-12-22 10:31:00 UTC (rev 1602)
@@ -3,11 +3,11 @@
         <title>Printing ux Example</title>
 
         <script type="text/javascript" src="http://extjs.cachefly.net/ext-2.2.1/adapter/ext/ext-base.js"></script>
-        <script type="text/javascript" src="http://extjs.cachefly.net/ext-2.2.1/ext-all-debug.js"></script>
+        <script type="text/javascript" src="http://extjs.cachefly.net/ext-2.2.1/ext-all.js"></script>
         <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/resources/css/ext-all.css" />
         <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/examples/shared/examples.css" />
         <script src="http://openlayers.org/api/2.8/OpenLayers.js"></script>
-        <script type="text/javascript" src="/geoext/geoext/lib/GeoExt.js"></script>
+        <script type="text/javascript" src="../../../trunk/geoext/lib/GeoExt.js"></script>
         
         <script type="text/javascript" src="../ux/Printing.js"></script>
         



More information about the Commits mailing list