commit 392c96831538daa7d322aac578513cdf51def051
parent c62c4c13be95ae31b2b17f7f2471d3d1acebe4fb
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 2 Jun 2008 18:01:33 +0000
Point trunk build to sync.zotero.org
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js
@@ -455,7 +455,7 @@ Zotero.Sync.Server = new function () {
var _loginManagerHost = 'chrome://zotero';
var _loginManagerURL = 'Zotero Sync Server';
- var _serverURL = "https://syncdev.zotero.org/";
+ var _serverURL = "https://sync.zotero.org/";
var _maxAttempts = 3;
var _attempts = _maxAttempts;
@@ -572,7 +572,7 @@ Zotero.Sync.Server = new function () {
_error(response.firstChild.firstChild.nodeValue);
}
- // Strip XML declaration
+ // Strip XML declaration and convert to E4X
var xml = new XML(xmlhttp.responseText.replace(/<\?xml.*\?>/, ''));
Zotero.DB.beginTransaction();