diff --git a/chrome/content/zotero/itemPane.js b/chrome/content/zotero/itemPane.js index e7c288142..2e65b11f2 100644 --- a/chrome/content/zotero/itemPane.js +++ b/chrome/content/zotero/itemPane.js @@ -900,7 +900,7 @@ var ZoteroItemPane = new function() if (!noedit){ valueElement.setAttribute('flex', 1); valueElement.setAttribute('ztabindex', tabindex); - valueElement.setAttribute('onclick', 'ZoteroItemPane.showEditor(this)'); + valueElement.setAttribute('onclick', '/* Skip right-click on Windows */ if (event.button) { return; } ZoteroItemPane.showEditor(this)'); valueElement.className = 'zotero-clicky'; }