- 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
|
|
@ -91,4 +91,8 @@ $(document).ready(function() {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
setTimeout( function() {
|
||||||
|
openTopMenu();
|
||||||
|
}, 2000 );
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue