www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit f871da17c8b218f796355871c582d5cf4112fda6
parent 2f7c93a4e6bd48ce2c4ab59a1b6be7767e674cf4
Author: Adomas VenĨkauskas <adomas.ven@gmail.com>
Date:   Thu,  8 Mar 2018 22:23:49 +0200

Don't hide the automatic citation updates option in doc prefs

Diffstat:
Mchrome/content/zotero/bibliography.js | 10----------
1 file changed, 0 insertions(+), 10 deletions(-)

diff --git 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" - } } //