- top menu pops open 2 seconds after document load
This commit is contained in:
parent
7c3eeb97dc
commit
aa51cfd4b1
1 changed files with 4 additions and 0 deletions
|
|
@ -90,5 +90,9 @@ $(document).ready(function() {
|
|||
}, 250);
|
||||
}
|
||||
});
|
||||
|
||||
setTimeout( function() {
|
||||
openTopMenu();
|
||||
}, 2000 );
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue