[Mapbender-commits] r3274 - branches/beck_dev/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Dec 8 07:21:29 EST 2008
Author: beck
Date: 2008-12-08 07:21:29 -0500 (Mon, 08 Dec 2008)
New Revision: 3274
Modified:
branches/beck_dev/http/javascripts/mod_wmsByCookie.js
Log:
Modified: branches/beck_dev/http/javascripts/mod_wmsByCookie.js
===================================================================
--- branches/beck_dev/http/javascripts/mod_wmsByCookie.js 2008-12-08 11:59:43 UTC (rev 3273)
+++ branches/beck_dev/http/javascripts/mod_wmsByCookie.js 2008-12-08 12:21:29 UTC (rev 3274)
@@ -2,7 +2,7 @@
// Initialze
function wmsByCookie_init() {
- console.log($.toJSON(parent.wms[0]));return;
+ console.log(parent.wms[0].objLayer);return;
wmsByCookie_setCookies();
wmsByCookie_getCookies();
}
More information about the Mapbender_commits
mailing list