Skip to content

Commit

Permalink
Increase citation delay prompt timeout to 15 seconds
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
adomasven committed Mar 14, 2018
1 parent 6c5aa06 commit 6f6e18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/zotero/xpcom/integration.js
Expand Up @@ -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";

Expand Down

0 comments on commit 6f6e18b

Please sign in to comment.