diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js
index 6bea5d348..8abd3c8c1 100644
--- a/chrome/content/zotero/zoteroPane.js
+++ b/chrome/content/zotero/zoteroPane.js
@@ -82,6 +82,12 @@ var ZoteroPane = new function()
window.document.documentElement.setAttribute('sizemode', 'normal');
}
+ // For now, keep actions menu in the DOM and show it in Firefox for development
+ if (!Zotero.isStandalone) {
+ document.getElementById('zotero-tb-actions-menu-separator').hidden = false;
+ document.getElementById('zotero-tb-actions-menu').hidden = false;
+ }
+
// Set "Report Errors..." label via property rather than DTD entity,
// since we need to reference it in script elsewhere
document.getElementById('zotero-tb-actions-reportErrors').setAttribute('label',
diff --git a/chrome/content/zotero/zoteroPane.xul b/chrome/content/zotero/zoteroPane.xul
index 829d93156..f412adb73 100644
--- a/chrome/content/zotero/zoteroPane.xul
+++ b/chrome/content/zotero/zoteroPane.xul
@@ -123,8 +123,8 @@
-
-