Adjust some note editor ids for clarity when debugging
This commit is contained in:
parent
f0147cae86
commit
5484fdb01d
|
@ -297,7 +297,7 @@
|
|||
}
|
||||
|
||||
// Note editor
|
||||
var noteEditor = this._id('note-editor');
|
||||
var noteEditor = this._id('attachment-note-editor');
|
||||
if (this.displayNote) {
|
||||
if (this.displayNoteIfEmpty || this.item.getNote() != '') {
|
||||
Zotero.debug("setting links on top");
|
||||
|
@ -542,7 +542,7 @@
|
|||
</rows>
|
||||
</grid>
|
||||
|
||||
<zoteronoteeditor id="note-editor" notitle="1" flex="1"/>
|
||||
<zoteronoteeditor id="attachment-note-editor" notitle="1" flex="1"/>
|
||||
|
||||
<button id="select-button" hidden="true"/>
|
||||
</vbox>
|
||||
|
|
|
@ -497,7 +497,7 @@
|
|||
</method>
|
||||
</implementation>
|
||||
<content>
|
||||
<xul:vbox id="note-editor" xbl:inherits="flex">
|
||||
<xul:vbox xbl:inherits="flex">
|
||||
<xul:grid>
|
||||
<xul:columns>
|
||||
<xul:column/>
|
||||
|
|
|
@ -103,6 +103,7 @@
|
|||
|
||||
this._constructed = true;
|
||||
|
||||
// Don't load if a value hasn't yet been set
|
||||
if (this._loadOnConstruct) {
|
||||
this._load();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user