Skip to content

Commit

Permalink
Upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Leonawicz committed Feb 3, 2015
1 parent f7e5397 commit cdcad18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmip3_cmip5/external/sidebar.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ column(4,
fluidRow(
column(12, checkboxInput("compositeModel", "Make composite(s) of selected models", FALSE))
),
sliderInput("yrs","Years:", min=min(years), max=max(years), value=range(years), step=1, format="####", width="100%"),
sliderInput("yrs","Years:", min=min(years), max=max(years), value=range(years), step=1, sep="", width="100%"),
fluidRow(
column(6, selectInput("mos", "Months:", choices=c("", month.abb), selected="", multiple=T, width="100%")),
column(6, selectInput("decs", "Decades:", choices=c("", paste0(decades,"s")), selected="", multiple=T, width="100%"))
Expand Down

0 comments on commit cdcad18

Please sign in to comment.