fix JS warnings
This commit is contained in:
parent
d11e345174
commit
02f25a985b
|
@ -1566,6 +1566,7 @@ var ZoteroPane = new function()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (item.isAttachment()) {
|
if (item.isAttachment()) {
|
||||||
|
var showSep4 = false;
|
||||||
hide.push(m.duplicateItem);
|
hide.push(m.duplicateItem);
|
||||||
// If not linked URL, show reindex line
|
// If not linked URL, show reindex line
|
||||||
if (Zotero.Fulltext.canReindex(item.id)) {
|
if (Zotero.Fulltext.canReindex(item.id)) {
|
||||||
|
|
|
@ -29,7 +29,7 @@ const MAX_PAGES = 2;
|
||||||
* Front end for recognizing PDFs
|
* Front end for recognizing PDFs
|
||||||
* @namespace
|
* @namespace
|
||||||
*/
|
*/
|
||||||
Zotero_RecognizePDF = new function() {
|
var Zotero_RecognizePDF = new function() {
|
||||||
/**
|
/**
|
||||||
* Checks whether a given PDF could theoretically be recognized
|
* Checks whether a given PDF could theoretically be recognized
|
||||||
* @returns {Boolean} True if the PDF can be recognized, false if it cannot be
|
* @returns {Boolean} True if the PDF can be recognized, false if it cannot be
|
||||||
|
|
Loading…
Reference in New Issue
Block a user