From f871da17c8b218f796355871c582d5cf4112fda6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Ven=C4=8Dkauskas?= Date: Thu, 8 Mar 2018 22:23:49 +0200 Subject: [PATCH] Don't hide the automatic citation updates option in doc prefs --- chrome/content/zotero/bibliography.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/chrome/content/zotero/bibliography.js b/chrome/content/zotero/bibliography.js index c331c6613..3fd7a4136 100644 --- a/chrome/content/zotero/bibliography.js +++ b/chrome/content/zotero/bibliography.js @@ -214,16 +214,6 @@ var Zotero_File_Interface_Bibliography = new function() { // update status of displayAs box based on style class document.getElementById("automaticJournalAbbreviations-vbox").hidden = !selectedStyleObj.usesAbbreviation; - - // Hide the automaticCitationUpdates checkbox the first time document preferences are open - var showAutomaticUpdatesOption = !!_io.fieldType; - document.getElementById("automaticCitationUpdates-vbox").hidden = !showAutomaticUpdatesOption; - - // Highlight delay citations checkbox after displaying the alert - // NOTE: Currently unused - if (_io.highlightDelayCitations) { - document.getElementById("automaticCitationUpdates-vbox").style.border = "1px dashed #e52e2e" - } } //