mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
Fixes #30
This commit is contained in:
parent
0bbc5e4884
commit
79a8f0f481
2 changed files with 3 additions and 3 deletions
|
@ -551,10 +551,10 @@ var responsiveNav = (function (window, document) {
|
|||
|
||||
if (opts.animate) {
|
||||
setTimeout(function () {
|
||||
nav.style.position = "absolute";
|
||||
nav.style.position = "relative";
|
||||
}, opts.transition + 10);
|
||||
} else {
|
||||
nav.style.position = "absolute";
|
||||
nav.style.position = "relative";
|
||||
}
|
||||
|
||||
navOpen = false;
|
||||
|
|
2
assets/js/main.min.js
vendored
2
assets/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue