[Mapbender-commits] r5346 - trunk/mapbender/http/plugins
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Jan 19 07:18:33 EST 2010
Author: christoph
Date: 2010-01-19 07:18:33 -0500 (Tue, 19 Jan 2010)
New Revision: 5346
Modified:
trunk/mapbender/http/plugins/jq_ui_effects.php
Log:
removed console log
Modified: trunk/mapbender/http/plugins/jq_ui_effects.php
===================================================================
--- trunk/mapbender/http/plugins/jq_ui_effects.php 2010-01-19 12:17:48 UTC (rev 5345)
+++ trunk/mapbender/http/plugins/jq_ui_effects.php 2010-01-19 12:18:33 UTC (rev 5346)
@@ -30,15 +30,12 @@
* and Simplified BSD license.
* http://svn.osgeo.org/mapbender/trunk/mapbender/license/license.txt
*/
-console.log("ooo");
<?php
$uiPath = dirname(__FILE__) . '/' .
"../extensions/jquery-ui-1.7.2.custom/development-bundle/ui/";
include '../include/dyn_php.php';
- echo "console.log('transfer');";
-
if ($blind) {
include $uiPath . "min.effects.blind.js";
}
@@ -85,7 +82,6 @@
if ($transfer) {
include $uiPath . "min.effects.transfer.js";
- echo "console.log('transfer');";
}
?>
\ No newline at end of file
More information about the Mapbender_commits
mailing list