Remove attachment-preview-box
This commit is contained in:
parent
6ac35a580f
commit
86947d7154
2 changed files with 2 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
var ZoteroItemPane = new function() {
|
||||
var _container;
|
||||
var _header, _sidenav, _scrollParent, _itemBox, _abstractBox, _attachmentsBox, _attachmentInfoBox, _attachmentPreviewBox, _attachmentAnnotationsBox, _tagsBox, _notesBox, _librariesCollectionsBox, _relatedBox, _boxes;
|
||||
var _header, _sidenav, _scrollParent, _itemBox, _abstractBox, _attachmentsBox, _attachmentInfoBox, _attachmentAnnotationsBox, _tagsBox, _notesBox, _librariesCollectionsBox, _relatedBox, _boxes;
|
||||
var _deck;
|
||||
var _lastItem;
|
||||
var _selectedNoteID;
|
||||
|
@ -43,14 +43,13 @@ var ZoteroItemPane = new function() {
|
|||
_itemBox = document.getElementById('zotero-editpane-item-box');
|
||||
_abstractBox = document.getElementById('zotero-editpane-abstract');
|
||||
_notesBox = document.getElementById('zotero-editpane-notes');
|
||||
_attachmentPreviewBox = document.getElementById('zotero-editpane-attachment-preview');
|
||||
_attachmentsBox = document.getElementById('zotero-editpane-attachments');
|
||||
_attachmentInfoBox = document.getElementById('zotero-attachment-box');
|
||||
_attachmentAnnotationsBox = document.getElementById('zotero-editpane-attachment-annotations');
|
||||
_tagsBox = document.getElementById('zotero-editpane-tags');
|
||||
_librariesCollectionsBox = document.getElementById('zotero-editpane-libraries-collections');
|
||||
_relatedBox = document.getElementById('zotero-editpane-related');
|
||||
_boxes = [_itemBox, _abstractBox, _notesBox, _attachmentPreviewBox, _attachmentsBox, _attachmentInfoBox, _attachmentAnnotationsBox, _librariesCollectionsBox, _tagsBox, _relatedBox];
|
||||
_boxes = [_itemBox, _abstractBox, _notesBox, _attachmentsBox, _attachmentInfoBox, _attachmentAnnotationsBox, _librariesCollectionsBox, _tagsBox, _relatedBox];
|
||||
|
||||
_deck = document.getElementById('zotero-item-pane-content');
|
||||
|
||||
|
|
|
@ -1238,8 +1238,6 @@
|
|||
|
||||
<abstract-box id="zotero-editpane-abstract" class="zotero-editpane-abstract" data-pane="abstract"/>
|
||||
|
||||
<attachment-preview-box id="zotero-editpane-attachment-preview" flex="1" data-pane="attachment-preview" hidden="true"/>
|
||||
|
||||
<attachments-box id="zotero-editpane-attachments" data-pane="attachments"/>
|
||||
|
||||
<notes-box id="zotero-editpane-notes" class="zotero-editpane-notes" data-pane="notes"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue