[Mapbender-commits] r2182 - branches/2.5/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Mar 5 11:56:23 EST 2008
Author: christoph
Date: 2008-03-05 11:56:22 -0500 (Wed, 05 Mar 2008)
New Revision: 2182
Modified:
branches/2.5/http/javascripts/map.php
branches/2.5/http/javascripts/mod_tab.php
Log:
added style.js to map.php
removed style.js from mod_tab.php
Modified: branches/2.5/http/javascripts/map.php
===================================================================
--- branches/2.5/http/javascripts/map.php 2008-03-05 15:55:49 UTC (rev 2181)
+++ branches/2.5/http/javascripts/map.php 2008-03-05 16:56:22 UTC (rev 2182)
@@ -75,6 +75,7 @@
require_once(dirname(__FILE__) . "/../javascripts/wfs_obj.js");
require_once(dirname(__FILE__) . "/../extensions/jquery.js");
require_once(dirname(__FILE__) . "/../extensions/jqjson.js");
+require_once(dirname(__FILE__) . "/../javascripts/style.js");
//
// Load WMS
Modified: branches/2.5/http/javascripts/mod_tab.php
===================================================================
--- branches/2.5/http/javascripts/mod_tab.php 2008-03-05 15:55:49 UTC (rev 2181)
+++ branches/2.5/http/javascripts/mod_tab.php 2008-03-05 16:56:22 UTC (rev 2182)
@@ -42,6 +42,5 @@
echo "var tab_ids = " . $output . ";";
-include(dirname(__FILE__)."/../javascripts/style.js");
include(dirname(__FILE__) . "/mod_tab.js");
?>
\ No newline at end of file
More information about the Mapbender_commits
mailing list