www

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

commit c7eb9d13595b7b45ca3598320b421dc5b4df7070
parent b5d379d1edc4fb47a9da4593937f09a2143a64ad
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 31 Aug 2006 22:52:27 +0000

Use the moved repository


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

diff --git a/chrome/chromeFiles/content/scholar/xpcom/scholar.js b/chrome/chromeFiles/content/scholar/xpcom/scholar.js @@ -4,7 +4,7 @@ const SCHOLAR_CONFIG = { DB_REBUILD: false, // erase DB and recreate from schema DEBUG_LOGGING: true, DEBUG_TO_CONSOLE: true, // dump debug messages to console rather than (much slower) Debug Logger - REPOSITORY_URL: 'http://chnm.gmu.edu/firefoxscholar/repo', + REPOSITORY_URL: 'http://www.zotero.org/repo', REPOSITORY_CHECK_INTERVAL: 86400, // 24 hours REPOSITORY_RETRY_INTERVAL: 3600 // 1 hour };