Reduce delayed-citations timeout to 3 seconds
5 seconds is too long
This commit is contained in:
parent
44632e2218
commit
3f905be77e
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue