Skip to content

Commit

Permalink
Fixes bug introduced by last fixing #44. -.-
Browse files Browse the repository at this point in the history
  • Loading branch information
crsh committed Dec 17, 2018
1 parent 0dafabb commit 0fc1161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/insert_citation.R
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ insert_citation <- function(
}

citation_keys <- c("Search references" = "", citation_keys)
names(citation_keys) <- enc2native(citation_keys)
names(citation_keys) <- enc2native(names(citation_keys))

updateSelectizeInput(
session
Expand Down

0 comments on commit 0fc1161

Please sign in to comment.