From 6b2d9bb3e628a721077c09990994d8a1648a4f8d Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 21 Jun 2006 16:06:41 +0000 Subject: [PATCH] Don't break the extension right before we show it --- chrome/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 index 3ffcbbd8e7..d498e08ead 100644 --- a/chrome/chromeFiles/content/scholar/xpcom/scholar.js +++ b/chrome/chromeFiles/content/scholar/xpcom/scholar.js @@ -5,7 +5,7 @@ const SCHOLAR_CONFIG = { 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_CHECK_INTERVAL: 3600 // 86400, // 24 hours + REPOSITORY_CHECK_INTERVAL: 3600, // temp -- 86400, // 24 hours REPOSITORY_CHECK_RETRY: 3600 // 1 hour };