Fix "Web Page" showing in New Item menu for new databases
This commit is contained in:
parent
e9afd153e9
commit
679a1acb90
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue