making upcoming session more visible

added contents for #46
This commit is contained in:
Open-Steps.org 2015-09-01 21:52:43 +02:00
parent c0c9b4bcfc
commit d601d994fe
81 changed files with 39621 additions and 5099 deletions

View file

@ -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');
// }
});