Skip to content

Commit

Permalink
removed hack button... oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemkass committed Nov 28, 2017
1 parent a6c1099 commit ac4f91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/shiny/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ shinyUI(tagList(
includeCSS(system.file("css", "styles.css", package = "wallace")),
includeScript(system.file("js", "scroll.js", package = "wallace")),
conditionalPanel("input.tabs == 0",
actionButton('load', 'HACK'),
# actionButton('load', 'HACK'),
includeMarkdown(system.file("Rmd", "text_intro_tab.Rmd", package = "wallace"))
),
# COMPONENT 1 ####
Expand Down

0 comments on commit ac4f91c

Please sign in to comment.