Skip to content

Commit

Permalink
Merge pull request #2076 from ioioio8888/master
Browse files Browse the repository at this point in the history
Problem: mobile side-bar cannot navigate
  • Loading branch information
gsovereignty authored May 21, 2019
2 parents a7464e2 + 5f10e54 commit d019727
Show file tree
Hide file tree
Showing 2 changed files with 1,230 additions and 1,229 deletions.
16 changes: 8 additions & 8 deletions imports/startup/client/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ $(window).resize(function(evt) {
}
});

if ($(window).width() <= 768) {
$('body,html').click(function(event) {
event.preventDefault()
// if ($(window).width() <= 768) {
// $('body,html').click(function(event) {
// event.preventDefault()

if ($('body').hasClass('sidebar-lg-show')) {
$('body').toggleClass("sidebar-lg-show")
}
});
}
// if ($('body').hasClass('sidebar-lg-show')) {
// $('body').toggleClass("sidebar-lg-show")
// }
// });
// }
Loading

0 comments on commit d019727

Please sign in to comment.