commit 3f905be77e2c2f89ea4e5382d69790eddf938b57
parent 44632e22180dce36dc94c7089e7bdb7123c13e38
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 5 Mar 2018 02:16:29 -0500
Reduce delayed-citations timeout to 3 seconds
5 seconds is too long
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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";