[Commits] r338 - sandbox/opengeo/geoexplorer/examples

commits at geoext.org commits at geoext.org
Thu Apr 2 23:45:54 CEST 2009


Author: tschaub
Date: 2009-04-02 23:45:54 +0200 (Thu, 02 Apr 2009)
New Revision: 338

Modified:
   sandbox/opengeo/geoexplorer/examples/treenodes.html
Log:
Corrected paths in example.

Modified: sandbox/opengeo/geoexplorer/examples/treenodes.html
===================================================================
--- sandbox/opengeo/geoexplorer/examples/treenodes.html	2009-04-02 21:39:20 UTC (rev 337)
+++ sandbox/opengeo/geoexplorer/examples/treenodes.html	2009-04-02 21:45:54 UTC (rev 338)
@@ -9,7 +9,7 @@
         <link rel="stylesheet" type="text/css" href="../../ext/examples/shared/examples.css"></link>
 
         <script type="text/javascript" src="RowExpander.js"></script>        
-        <script type="text/javascript" src="tree.js"></script>
+        <script type="text/javascript" src="treenodes.js"></script>
 
     </head>
     <body>
@@ -18,7 +18,7 @@
         from a map.</p>
 
         <p>Note that the js is not minified so it is readable.
-        See <a href="tree.js">tree.js</a>.</p>
+        See <a href="treenodes.js">treenodes.js</a>.</p>
 
         <div style="position: relative;">
             <div id="capgrid"></div>



More information about the Commits mailing list