[Commits] r1122 - core/trunk/docsrc/_theme/geoext
commits at geoext.org
commits at geoext.org
Mon Jun 22 22:00:15 CEST 2009
Author: tschaub
Date: 2009-06-22 22:00:15 +0200 (Mon, 22 Jun 2009)
New Revision: 1122
Modified:
core/trunk/docsrc/_theme/geoext/layout.html
Log:
Update to use OL 2.8.
Modified: core/trunk/docsrc/_theme/geoext/layout.html
===================================================================
--- core/trunk/docsrc/_theme/geoext/layout.html 2009-06-22 19:56:12 UTC (rev 1121)
+++ core/trunk/docsrc/_theme/geoext/layout.html 2009-06-22 20:00:15 UTC (rev 1122)
@@ -36,12 +36,7 @@
{% block extrahead %}
{% if pagename == "index" %}
<script type="text/javascript" src="http://extjs.cachefly.net/builds/ext-cdn-771.js"></script>
- <script type="text/javascript" src="http://openlayers.org/api/2.8-rc2/OpenLayers.js"></script>
- <script type="text/javascript">
- // In IE, OpenLayers clobbers the $ from jQuery.
- // Remove this when http://trac.openlayers.org/ticket/1391 is closed.
- $ = jQuery;
- </script>
+ <script type="text/javascript" src="http://openlayers.org/api/2.8/OpenLayers.js"></script>
<script src="{{ pathto('_static/GeoExt.js', 1) }}"></script>
<script src="{{ pathto('_static/front-page.js', 1) }}"></script>
{% endif %}
More information about the Commits
mailing list