Adjust some note editor ids for clarity when debugging

This commit is contained in:
Dan Stillman 2011-12-02 19:31:28 -05:00
parent f0147cae86
commit 5484fdb01d
3 changed files with 4 additions and 3 deletions

View File

@ -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>

View File

@ -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/>

View File

@ -103,6 +103,7 @@
this._constructed = true;
// Don't load if a value hasn't yet been set
if (this._loadOnConstruct) {
this._load();
}