www

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

commit 6f6e18b4069b19297225121fc4e9c49d6965cb76
parent 6c5aa06d6b10ae891ebccc097c8a2b05331f2006
Author: Adomas VenĨkauskas <adomas.ven@gmail.com>
Date:   Wed, 14 Mar 2018 09:22:00 +0200

Increase citation delay prompt timeout to 15 seconds

By prompting after 3 seconds we catch a lot of people who click through
the prompt without bothering to read or figure out what it does and then
come to the forums report the citing "bugs". An increased timeout will
catch less people and those who are caught are possibly more likely to
figure out how delayed citing updates work since they would greatly
benefit from it.

Diffstat:
Mchrome/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 @@ -51,7 +51,7 @@ const INTEGRATION_TYPE_ITEM = 1; const INTEGRATION_TYPE_BIBLIOGRAPHY = 2; const INTEGRATION_TYPE_TEMP = 3; -const DELAY_CITATIONS_PROMPT_TIMEOUT = 3/*seconds*/; +const DELAY_CITATIONS_PROMPT_TIMEOUT = 15/*seconds*/; const DELAYED_CITATION_STYLING = "\\uldash"; const DELAYED_CITATION_STYLING_CLEAR = "\\ulclear";