Skip to content

Commit

Permalink
only openall if >1...
Browse files Browse the repository at this point in the history
  • Loading branch information
mi2ebi committed Dec 14, 2023
1 parent 379aeb3 commit d7dd39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function convertJSONToHTMLElement(json) {
json.notes ? createHTMLElement("details", null, [
createHTMLElement("summary", null, [
"more info",
replaceLinks(json.notes).text ? createHTMLElement("span", null, [
/ /.test(replaceLinks(json.notes).text) ? createHTMLElement("span", null, [
" • ",
createHTMLElement("a", {
"href": "?q=" + encodeURIComponent(replaceLinks(json.notes).text)
Expand Down

0 comments on commit d7dd39b

Please sign in to comment.