codesite-noreply at google.com
2009-Aug-24 02:55 UTC
[Mapstraction] [mapstraction] r21 committed - Changing the host to geocommons.com
Revision: 21
Author: ajturner
Date: Sun Aug 23 19:47:00 2009
Log: Changing the host to geocommons.com
http://code.google.com/p/mapstraction/source/detail?r=21
Modified:
/trunk/source/mxn.geocommons.core.js
======================================--- /trunk/source/mxn.geocommons.core.js
Sun Aug 23 19:46:53 2009
+++ /trunk/source/mxn.geocommons.core.js Sun Aug 23 19:47:00 2009
@@ -5,9 +5,9 @@
init: function(element, api) {
var me = this;
this.element = element;
-
Maker.maker_host=''http://maker.recovery.geocommons.com'';
-
Maker.finder_host=''http://finder.recovery.geocommons.com'';
- Maker.core_host=''http://recovery.geocommons.com'';
+ Maker.maker_host=''http://maker.geocommons.com'';
+ Maker.finder_host=''http://finder.geocommons.com'';
+ Maker.core_host=''http://geocommons.com'';
},
applyOptions: function(){