Skip to content

Commit cb58ab4

Browse files
committed
typo in infobox
1 parent acb1184 commit cb58ab4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

R/cards.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,11 +1032,11 @@ bs4InfoBox <- function(title, value = NULL, subtitle = NULL, icon = shiny::icon(
10321032
shiny::HTML(
10331033
paste0(
10341034
"$(function() {
1035-
$('#icon-", tabName, "').on('click', function() {
1036-
$('#tab-", tabName, ").click();
1035+
$('#icon-", tabName, "').on('click', function() {
1036+
$('#tab-", tabName, "').click();
1037+
});
10371038
});
1038-
});
1039-
"
1039+
"
10401040
)
10411041
)
10421042
)

0 commit comments

Comments
 (0)