diff --git a/chrome.manifest b/chrome.manifest
index 025b8f368..a026a52a2 100644
--- a/chrome.manifest
+++ b/chrome.manifest
@@ -58,7 +58,6 @@ overlay chrome://zotero/content/preferences/preferences_general.xul chrome://zot
overlay chrome://zotero/content/preferences/preferences_export.xul chrome://zotero/content/preferences/preferences_export_firefox.xul application={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
overlay chrome://zotero/content/preferences/preferences_keys.xul chrome://zotero/content/preferences/preferences_keys_firefox.xul application={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
overlay chrome://zotero/content/preferences/preferences_advanced.xul chrome://zotero/content/preferences/preferences_advanced_firefox.xul application={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
-overlay chrome://zotero/content/preferences/preferences_advanced.xul chrome://zotero/content/preferences/preferences_advanced_standalone.xul application=zotero@chnm.gmu.edu
overlay chrome://mozapps/content/downloads/unknownContentType.xul chrome://zotero/content/downloadOverlay.xul
diff --git a/chrome/content/zotero/preferences/preferences_advanced.js b/chrome/content/zotero/preferences/preferences_advanced.js
index 44491febc..72117dbd0 100644
--- a/chrome/content/zotero/preferences/preferences_advanced.js
+++ b/chrome/content/zotero/preferences/preferences_advanced.js
@@ -33,6 +33,11 @@ Zotero_Preferences.Advanced = {
Zotero_Preferences.Debug_Output.init();
Zotero_Preferences.Keys.init();
+ // Show Memory Info button if the Error Console menu option is enabled
+ if (Zotero.Prefs.get('devtools.errorconsole.enabled', true)) {
+ document.getElementById('memory-info').hidden = false;
+ }
+
this.onDataDirLoad();
this.refreshLocale();
},
diff --git a/chrome/content/zotero/preferences/preferences_advanced.xul b/chrome/content/zotero/preferences/preferences_advanced.xul
index da40616c1..73dd1bb95 100644
--- a/chrome/content/zotero/preferences/preferences_advanced.xul
+++ b/chrome/content/zotero/preferences/preferences_advanced.xul
@@ -145,15 +145,13 @@
-
-
-
+
diff --git a/chrome/content/zotero/preferences/preferences_advanced_standalone.xul b/chrome/content/zotero/preferences/preferences_advanced_standalone.xul
deleted file mode 100644
index ce9f45e5f..000000000
--- a/chrome/content/zotero/preferences/preferences_advanced_standalone.xul
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/chrome/content/zotero/preferences/preferences_cite.xul b/chrome/content/zotero/preferences/preferences_cite.xul
index 3a9105c54..e30e6f1de 100644
--- a/chrome/content/zotero/preferences/preferences_cite.xul
+++ b/chrome/content/zotero/preferences/preferences_cite.xul
@@ -23,7 +23,12 @@
***** END LICENSE BLOCK *****
-->
-
+
+ %zoteroDTD;
+
+ %preferencesDTD;
+]>
@@ -76,6 +81,19 @@
&zotero.preferences.export.citePaperJournalArticleURL.description;
+
+
+
+
+
+
+
+
+