[Mapbender-commits] r1337 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed May 23 06:55:34 EDT 2007


Author: marcjansen
Date: 2007-05-23 06:55:34 -0400 (Wed, 23 May 2007)
New Revision: 1337

Modified:
   trunk/mapbender/http/javascripts/mb_ajaxWrapper_jQuery.js
Log:
changed php-header: wrapped within a javascript-comment.

Modified: trunk/mapbender/http/javascripts/mb_ajaxWrapper_jQuery.js
===================================================================
--- trunk/mapbender/http/javascripts/mb_ajaxWrapper_jQuery.js	2007-05-23 10:32:45 UTC (rev 1336)
+++ trunk/mapbender/http/javascripts/mb_ajaxWrapper_jQuery.js	2007-05-23 10:55:34 UTC (rev 1337)
@@ -1,3 +1,4 @@
+/*
 <?php
 # $Id: map.php 736 2006-08-03 12:40:12Z christoph $
 # http://www.mapbender.org/index.php/mb_ajaxWrapper_jQuery.js
@@ -17,6 +18,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 ?>
+*/
 
 function mb_ajaxWrap_get(url, param, callback) {
 //	window.frames['ajax'].$.ajaxSetup({async:false}); //TODO: find out why async doesn't work sometimes



More information about the Mapbender_commits mailing list