From 392c96831538daa7d322aac578513cdf51def051 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 2 Jun 2008 18:01:33 +0000 Subject: [PATCH] Point trunk build to sync.zotero.org --- chrome/content/zotero/xpcom/sync.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js index 23bb95a695..d34fc0fad6 100644 --- 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();