[FIX] Background layer not removed if drawer closes

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-05-21 19:49:09 +02:00
parent bdc617ffef
commit f497b7b87b
2 changed files with 2 additions and 2 deletions

View file

@ -84,4 +84,4 @@ openNav = () ->
closeNav = () ->
$('.nav').animate {"left": "-301px"}, 125
$('.overlay').animate {"opacity": "0.0"}, 125, ->
$('.overlay').hide
$('.overlay').css {"display": "none"}