[Mapbender-commits] r2009 - branches/2.5/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Jan 22 08:45:56 EST 2008
Author: christoph
Date: 2008-01-22 08:45:56 -0500 (Tue, 22 Jan 2008)
New Revision: 2009
Modified:
branches/2.5/http/javascripts/map.js
Log:
fixed ajax bug (mb_ajaxWrap_post is now obsolete)
Modified: branches/2.5/http/javascripts/map.js
===================================================================
--- branches/2.5/http/javascripts/map.js 2008-01-22 13:29:48 UTC (rev 2008)
+++ branches/2.5/http/javascripts/map.js 2008-01-22 13:45:56 UTC (rev 2009)
@@ -1652,7 +1652,7 @@
if (isValidLevel(level)) {
if (log_js == "on") {
try {
- mb_ajaxWrap_post('../php/mb_js_exception.php', {level:level,text:message});
+ mb_ajax_post('../php/mb_js_exception.php', {level:level,text:message});
}
catch(e) {
alert(e + ": " + message);
More information about the Mapbender_commits
mailing list