commit ddc9989d820700d217ea74b800630f29e4c93056 parent 1cbc2440ec45ac085f2fad51443cada58a6cab98 Author: Dan Stillman <dstillman@zotero.org> Date: Fri, 19 May 2017 12:01:29 -0400 Fix refresh when opening related-item box in note editor Diffstat:
| M | chrome/content/zotero/bindings/noteeditor.xml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/bindings/noteeditor.xml b/chrome/content/zotero/bindings/noteeditor.xml @@ -560,7 +560,7 @@ </xul:rows> </xul:grid> <xul:popupset> - <xul:menupopup id="relatedPopup" width="300" onpopupshowing="this.firstChild.reload();"> + <xul:menupopup id="relatedPopup" width="300" onpopupshowing="this.firstChild.refresh();"> <xul:relatedbox id="related" flex="1"/> </xul:menupopup> <!-- The onpopup* stuff is an ugly hack to keep track of when the