[Mapbender-commits] r5601 - branches/2.6/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Feb 23 07:46:49 EST 2010
Author: verenadiewald
Date: 2010-02-23 07:46:49 -0500 (Tue, 23 Feb 2010)
New Revision: 5601
Modified:
branches/2.6/http/javascripts/mod_setPOI2Scale.php
Log:
eventAfterInit for eventInit
Modified: branches/2.6/http/javascripts/mod_setPOI2Scale.php
===================================================================
--- branches/2.6/http/javascripts/mod_setPOI2Scale.php 2010-02-23 12:46:06 UTC (rev 5600)
+++ branches/2.6/http/javascripts/mod_setPOI2Scale.php 2010-02-23 12:46:49 UTC (rev 5601)
@@ -30,7 +30,7 @@
mod_setPOI2Scale_defScale = 5000;
}
-eventInit.register(function () {
+eventAfterInit.register(function () {
mod_setPOI2Scale();
});
More information about the Mapbender_commits
mailing list