[Commits] r816 - sandbox/elemoine/playground/geoext/examples
commits at geoext.org
commits at geoext.org
Tue May 19 17:32:19 CEST 2009
Author: elemoine
Date: 2009-05-19 17:32:19 +0200 (Tue, 19 May 2009)
New Revision: 816
Modified:
sandbox/elemoine/playground/geoext/examples/toolbar.html
sandbox/elemoine/playground/geoext/examples/toolbar.js
Log:
make IE happy
Modified: sandbox/elemoine/playground/geoext/examples/toolbar.html
===================================================================
--- sandbox/elemoine/playground/geoext/examples/toolbar.html 2009-05-19 15:16:01 UTC (rev 815)
+++ sandbox/elemoine/playground/geoext/examples/toolbar.html 2009-05-19 15:32:19 UTC (rev 816)
@@ -5,14 +5,16 @@
<script type="text/javascript" src="http://extjs.cachefly.net/builds/ext-cdn-771.js"></script>
<!--
<script type="text/javascript" src="../../ext/adapter/ext/ext-base.js"></script>
- <script type="text/javascript" src="../../ext/ext-all.js"></script>
+ <script type="text/javascript" src="../../ext/ext-all-debug.js"></script>
<link rel="stylesheet" type="text/css" href="../../ext/resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="../../ext/examples/shared/examples.css"></link>
-->
<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.com/deploy/dev/examples/shared/examples.css"></link>
<script src="http://openlayers.org/api/2.8-rc2/OpenLayers.js"></script>
- <!--<script src="../../openlayers/lib/OpenLayers.js"></script>-->
+ <!--
+ <script src="../../openlayers/lib/OpenLayers.js"></script>
+ -->
<script type="text/javascript" src="../lib/GeoExt.js"></script>
<script type="text/javascript" src="toolbar.js"></script>
Modified: sandbox/elemoine/playground/geoext/examples/toolbar.js
===================================================================
--- sandbox/elemoine/playground/geoext/examples/toolbar.js 2009-05-19 15:16:01 UTC (rev 815)
+++ sandbox/elemoine/playground/geoext/examples/toolbar.js 2009-05-19 15:32:19 UTC (rev 816)
@@ -117,7 +117,7 @@
new Ext.menu.CheckItem(actions["select"]),
// Navigation history control
actions["previous"],
- actions["next"],
+ actions["next"]
]
})
});
More information about the Commits
mailing list