- if( window.location.host.match( /^www/ ) ) {
- mappam.register( map, '10011756636067178496', '1');
- } else {
- mappam.register( map, '6738410720121976832', '1');
- }
-
+ if ( window.location.hostname == "www.openstreetmap.org" ) {
+ mappam.register( map, '10011756636067178496', '1');
+ } else if( window.location.hostname == "openstreetmap.org" ) {
+ mappam.register( map, '6738410720121976832', '1');
+ }