Skip to content

Commit 42f1e4f

Browse files
committed
fix namespacing bug in demo app
1 parent 2f2623f commit 42f1e4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: shinycssloaders
22
Title: Add Loading Animations to a 'shiny' Output While It's Recalculating
3-
Version: 1.1.0
3+
Version: 1.1.0.9000
44
Authors@R: c(
55
person("Dean","Attali",email="[email protected]",role=c("aut","cre"),
66
comment = c("Maintainer/developer of shinycssloaders since 2019", ORCID="0000-0002-5645-3493")),

inst/examples/demo/server.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ server <- function(input, output, session) {
4848
params$background <- input$bg
4949
suppressWarnings(do.call(shinycssloaders::showPageSpinner, params))
5050
Sys.sleep(input$time)
51-
hidePageSpinner()
51+
shinycssloaders::hidePageSpinner()
5252
})
5353
}

0 commit comments

Comments
 (0)