Skip to content

Commit

Permalink
move trigger("resize") from AdminLTE/app.js to shinydahsboard.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bborgesr committed Feb 20, 2017
1 parent 1f9effa commit 046ddab
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion inst/AdminLTE/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ function _init() {
$("body").addClass('sidebar-open').trigger('expanded.pushMenu');
}
}
$(window).trigger("resize");
});

$(".content-wrapper").click(function () {
Expand Down
2 changes: 1 addition & 1 deletion inst/AdminLTE/app.min.js

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

Loading

0 comments on commit 046ddab

Please sign in to comment.