parent
c0c9b4bcfc
commit
d601d994fe
81 changed files with 39621 additions and 5099 deletions
16
js/custom.js
16
js/custom.js
|
|
@ -90,8 +90,8 @@ $(document).ready(function() {
|
|||
clearTimeout(timeout);
|
||||
timeout = null;
|
||||
if ($(window).scrollTop() >= navbarHeight) {
|
||||
if (navigatorOpen)
|
||||
closeTopMenu();
|
||||
// if (navigatorOpen)
|
||||
// closeTopMenu();
|
||||
if (!topButtonVisible)
|
||||
showTopButton();
|
||||
} else{
|
||||
|
|
@ -102,11 +102,11 @@ $(document).ready(function() {
|
|||
}
|
||||
});
|
||||
|
||||
if ( $.cookie('firstVisit') != 'yes' ) {
|
||||
setTimeout( function() {
|
||||
openTopMenu();
|
||||
}, 2000 );
|
||||
$.cookie('firstVisit', 'yes');
|
||||
}
|
||||
// if ( $.cookie('firstVisit') != 'yes' ) {
|
||||
// setTimeout( function() {
|
||||
// openTopMenu();
|
||||
// }, 2000 );
|
||||
// $.cookie('firstVisit', 'yes');
|
||||
// }
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue