Cleanup and fix media type selector highlight in calendar page
This commit is contained in:
parent
b3371c2a2f
commit
a84c33f0ed
4 changed files with 33 additions and 68 deletions
|
@ -230,9 +230,3 @@ function getUsabilityHint() {
|
|||
});
|
||||
}
|
||||
|
||||
$(document).mouseup(function (e) {
|
||||
var mb = $("#menu-btn"), w = $(window).width();
|
||||
if (!mb.is(e.target) && mb.has(e.target).length === 0 && w <= 970) {
|
||||
$('#nav').find('.responsive-menu').slideUp();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue