Skip to content

Commit

Permalink
Removed the user testing banner call and added plotly_relayout-A to b…
Browse files Browse the repository at this point in the history
…ookmark exclude
  • Loading branch information
rmbielby committed Aug 10, 2023
1 parent 5cd11b6 commit 3ccac3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions server.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ server <- function(input, output, session) {
"tabBenchmark_cells_selected", "tabBenchmark_search",
"tabBenchmark_rows_selected", "tabBenchmark_row_last_clicked",
"tabBenchmark_state",
"plotly_relayout-A",
"plotly_click-A", "plotly_hover-A", "plotly_afterplot-A",
".clientValue-default-plotlyCrosstalkOpts"
))
Expand Down
4 changes: 0 additions & 4 deletions ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ ui <- function(input, output, session) {
"beta banner",
"beta",
paste0(
"<b>We're looking for volunteers! We've developed quite a few dashboards ",
"in the last 12 months and we'd really like to know what you think if them. ",
"If you're interested in helping us improve our products, please sign up ",
"using our <a href='https://forms.office.com/e/ZjNxf10uuN'>user-testing volunteer form</a>.</b><br>",
"This Dashboard is in beta phase and we are still reviewing performance and reliability. ",
"In case of slowdown or connection issues due to high demand, we have produced two instances of this site which can be accessed at the following links: ",
"<a href=", site_primary, " id='link_site_1'>Site 1</a> and ",
Expand Down

0 comments on commit 3ccac3b

Please sign in to comment.