[Mapbender-commits] r6468 - trunk/mapbender/http/frames
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Jun 30 07:12:54 EDT 2010
Author: christoph
Date: 2010-06-30 11:12:54 +0000 (Wed, 30 Jun 2010)
New Revision: 6468
Modified:
trunk/mapbender/http/frames/index.php
Log:
load jquery 1.4.2 from google
Modified: trunk/mapbender/http/frames/index.php
===================================================================
--- trunk/mapbender/http/frames/index.php 2010-06-30 10:18:50 UTC (rev 6467)
+++ trunk/mapbender/http/frames/index.php 2010-06-30 11:12:54 UTC (rev 6468)
@@ -91,7 +91,7 @@
</head>
<?php
if (LOAD_JQUERY_FROM_GOOGLE) {
- echo "<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js'></script>";
+ echo "<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>";
}
$currentApplication = new gui($gui_id);
echo $currentApplication->toHtml();
More information about the Mapbender_commits
mailing list