Skip to content

Commit

Permalink
Always set data-value attribute for .sidebarMenuSelectedTabItem (#216)
Browse files Browse the repository at this point in the history
* Fixes #214: make sure that the `data-value` attribute of `.sidebarMenuSelectedTabItem` is always set in the body of the `ensureActivatedTab()` function

* update NEWS

* re-organize code following a more logical structure
  • Loading branch information
bborgesr authored and wch committed Jun 9, 2017
1 parent 596f557 commit d339bfc
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 17 deletions.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ shinydashboard 0.6.0.9000

### Bug fixes

### Library updates
* Fixed [#214](https://github.com/rstudio/shinydashboard/issues/214): make sure that the `data-value` attribute of `.sidebarMenuSelectedTabItem` is always set in the body of the `ensureActivatedTab()` function. ([#216](https://github.com/rstudio/shinydashboard/pull/216))

### Library updates

shinydashboard 0.6.0
====================
Expand Down
13 changes: 7 additions & 6 deletions inst/shinydashboard.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion inst/shinydashboard.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions inst/shinydashboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d339bfc

Please sign in to comment.