diff --git a/apps/LOLAweb/app.R b/apps/LOLAweb/app.R index c4b2832..ad347b5 100644 --- a/apps/LOLAweb/app.R +++ b/apps/LOLAweb/app.R @@ -466,8 +466,8 @@ server <- function(input, output, session) { if(nfiles$n > 1) { radioButtons("universe_opts", "Universe", - choiceValues = c("default", "user", "build"), - choiceNames = c("Use pre-loaded universe", "Upload universe", "Build universe with user sets")) + choiceValues = c("default", "build", "user"), + choiceNames = c("Use pre-loaded universe", "Build universe with user sets", "Upload universe")) } else { diff --git a/apps/LOLAweb/disabler.R b/apps/LOLAweb/disabler.R index 08666b9..f5435f5 100644 --- a/apps/LOLAweb/disabler.R +++ b/apps/LOLAweb/disabler.R @@ -7,16 +7,16 @@ disabledbutton <- "
+
-
+