You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -791,7 +796,7 @@ server <- function(input, output, session) {
791
796
792
797
#This is the UI for the Main Menu of modelbuilder
793
798
ui<- fluidPage(
794
-
shinyjs::useShinyjs(), # Set up shinyjs
799
+
shinyjs::useShinyjs(), # Set up shinyjsd
795
800
tags$head(includeHTML(("google-analytics.html"))), #this is only needed for Google analytics when deployed as app to the UGA server. Should not affect R package use.
0 commit comments