diff --git a/chrome/content/zotero/bindings/attachmentbox.xml b/chrome/content/zotero/bindings/attachmentbox.xml index 77f69f0bd5..b605238163 100644 --- a/chrome/content/zotero/bindings/attachmentbox.xml +++ b/chrome/content/zotero/bindings/attachmentbox.xml @@ -363,16 +363,7 @@ } var type = Zotero.Libraries.get(this.item.libraryID).libraryType; - var switherDeck = this._id('attachment-note-editor-switcher'); - // Note editor - if (type == 'group' && !Zotero.enablePDFBuildForGroups || !Zotero.isPDFBuild) { - var noteEditor = this._id('attachment-note-editor-old'); - switherDeck.selectedIndex = 0; - } - else { - var noteEditor = this._id('attachment-note-editor'); - switherDeck.selectedIndex = 1; - } + var noteEditor = this._id('attachment-note-editor'); if (this.displayNote && (this.displayNoteIfEmpty || this.item.note != '')) { noteEditor.linksOnTop = true; @@ -637,10 +628,7 @@ - - - - +