From 3f905be77e2c2f89ea4e5382d69790eddf938b57 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 5 Mar 2018 02:16:29 -0500 Subject: [PATCH] Reduce delayed-citations timeout to 3 seconds 5 seconds is too long --- chrome/content/zotero/xpcom/integration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index 6e7b64c08d..772fee8d8b 100644 --- a/chrome/content/zotero/xpcom/integration.js +++ b/chrome/content/zotero/xpcom/integration.js @@ -51,7 +51,7 @@ const INTEGRATION_TYPE_ITEM = 1; const INTEGRATION_TYPE_BIBLIOGRAPHY = 2; const INTEGRATION_TYPE_TEMP = 3; -const DELAY_CITATIONS_PROMPT_TIMEOUT = 5/*seconds*/; +const DELAY_CITATIONS_PROMPT_TIMEOUT = 3/*seconds*/; const DELAYED_CITATION_STYLING = "\\uldash"; const DELAYED_CITATION_STYLING_CLEAR = "\\ulclear";