www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit d5eacdcbc6d511c87e248b6ce638e0f7bc92138c
parent f66de48ba7501cae172ba234f203a53a75228347
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 18 Jun 2008 08:47:38 +0000

Fix sync URL


Diffstat:
Mchrome/content/zotero/xpcom/zotero.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -26,7 +26,7 @@ const ZOTERO_CONFIG = { REPOSITORY_URL: 'http://www.zotero.org/repo', REPOSITORY_CHECK_INTERVAL: 86400, // 24 hours REPOSITORY_RETRY_INTERVAL: 3600, // 1 hour - SYNC_URL: 'http://sync.zotero.org/' + SYNC_URL: 'https://sync.zotero.org/' }; /*