diff --git a/chrome/content/zotero/standalone/standalone.js b/chrome/content/zotero/standalone/standalone.js index 5e9f4fbaa6..9a0c0832dd 100644 --- a/chrome/content/zotero/standalone/standalone.js +++ b/chrome/content/zotero/standalone/standalone.js @@ -43,10 +43,6 @@ const ZoteroStandalone = new function() { } if (Zotero.isMac) { - let elem = document.createElementNS('http://www.w3.org/1999/xhtml', 'script'); - elem.src = 'chrome://global/content/macWindowMenu.js'; - document.documentElement.appendChild(elem); - // Create tab bar by default document.documentElement.setAttribute('drawintitlebar', true); document.documentElement.setAttribute('tabsintitlebar', true); diff --git a/chrome/content/zotero/zoteroPane.xhtml b/chrome/content/zotero/zoteroPane.xhtml index 40b7fd2aca..4eba7bb401 100644 --- a/chrome/content/zotero/zoteroPane.xhtml +++ b/chrome/content/zotero/zoteroPane.xhtml @@ -53,35 +53,44 @@ persist="screenX screenY width height sizemode" xmlns:html="http://www.w3.org/1999/xhtml"> - - - - - - - - - - - - - - - - - - - - - - - - - +