Allow "Zotero.Fulltext" as "Zotero.FullText"
"Zotero.Fulltext" should be considered deprecated, though there's no warning for it yet.
This commit is contained in:
parent
6d289797bf
commit
614232754a
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
***** END LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
Zotero.Fulltext = new function(){
|
||||
Zotero.Fulltext = Zotero.FullText = new function(){
|
||||
const CACHE_FILE = '.zotero-ft-cache';
|
||||
|
||||
this.pdfConverterIsRegistered = pdfConverterIsRegistered;
|
||||
|
|
Loading…
Add table
Reference in a new issue