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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Feb 8 10:21:05 EST 2007


Author: christoph
Date: 2007-02-08 10:20:56 -0500 (Thu, 08 Feb 2007)
New Revision: 1100

Removed:
   trunk/mapbender/http/javascripts/mb_ajaxWrapper_jQuery.js
Log:
moved to extensions folder

Deleted: trunk/mapbender/http/javascripts/mb_ajaxWrapper_jQuery.js
===================================================================
--- trunk/mapbender/http/javascripts/mb_ajaxWrapper_jQuery.js	2007-02-08 15:20:25 UTC (rev 1099)
+++ trunk/mapbender/http/javascripts/mb_ajaxWrapper_jQuery.js	2007-02-08 15:20:56 UTC (rev 1100)
@@ -1,28 +0,0 @@
-<?php
-# $Id: map.php 736 2006-08-03 12:40:12Z christoph $
-# http://www.mapbender.org/index.php/Map.php
-# Copyright (C) 2002 CCGIS
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# 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
-	window.frames['ajax'].$.get(url, param, callback);
-}
-function mb_ajaxWrap_post(url, param, callback) {
-//	window.frames['ajax'].$.ajaxSetup({async:false}); //TODO: find out why async doesn't work sometimes
-	window.frames['ajax'].$.post(url, param, callback);
-}
\ No newline at end of file



More information about the Mapbender_commits mailing list