diff --git a/chrome/content/zotero/xpcom/data/cachedTypes.js b/chrome/content/zotero/xpcom/data/cachedTypes.js index 1d5ce84540..0b31ebd762 100644 --- a/chrome/content/zotero/xpcom/data/cachedTypes.js +++ b/chrome/content/zotero/xpcom/data/cachedTypes.js @@ -372,6 +372,7 @@ Zotero.ItemTypes = new function() { // Secondary types _secondaryTypes = yield this._getTypesFromDB( `WHERE display != 0 AND display NOT IN ('${_primaryTypeNames.join("', '")}')` + + " AND name != 'webpage'" ); // Hidden types