Cleanup and fix media type selector highlight in calendar page

This commit is contained in:
Albert Santoni 2015-08-18 17:29:23 -04:00
parent b3371c2a2f
commit a84c33f0ed
4 changed files with 33 additions and 68 deletions

View file

@ -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();
}
});