Skip to content

Commit

Permalink
Don't hide the automatic citation updates option in doc prefs
Browse files Browse the repository at this point in the history
  • Loading branch information
adomasven committed Mar 8, 2018
1 parent 2f7c93a commit f871da1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions chrome/content/zotero/bibliography.js
Expand Up @@ -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"
}
}

//
Expand Down

0 comments on commit f871da1

Please sign in to comment.