[FIX] Background layer not removed if drawer closes
This commit is contained in:
parent
bdc617ffef
commit
f497b7b87b
2 changed files with 2 additions and 2 deletions
|
@ -84,4 +84,4 @@ openNav = () ->
|
|||
closeNav = () ->
|
||||
$('.nav').animate {"left": "-301px"}, 125
|
||||
$('.overlay').animate {"opacity": "0.0"}, 125, ->
|
||||
$('.overlay').hide
|
||||
$('.overlay').css {"display": "none"}
|
||||
|
|
Reference in a new issue