diff --git a/newVersion/js/index.js b/newVersion/js/index.js index 052478d..0b55fbc 100644 --- a/newVersion/js/index.js +++ b/newVersion/js/index.js @@ -1,4 +1,4 @@ -setInterval( backgroundSwitching, 10000 ); +setInterval( backgroundSwitching, 7500 ); let id = 2; diff --git a/newVersion/js/scrolling.js b/newVersion/js/scrolling.js index 883a105..5769b22 100644 --- a/newVersion/js/scrolling.js +++ b/newVersion/js/scrolling.js @@ -17,14 +17,14 @@ $( document ).ready( function () { trackProgress(); - let timeout = setTimeout( showScrollHint, 10000 ); + let timeout = setTimeout( showScrollHint, 5000 ); if ( currentlyShowing >= revealables.length ) { clearTimeout( timeout ); } function showScrollHint () { - if ( !sessionStorage.getItem( 'menuOpen' ) ) { + if ( sessionStorage.getItem( 'menuOpen' ) == 'false' ) { $( '#scroll-hint' ).fadeIn( 300 ); } else { timeout = setTimeout( showScrollHint, 10000 ); diff --git a/newVersion/order/index.html b/newVersion/order/index.html index 4284c5b..5717121 100644 --- a/newVersion/order/index.html +++ b/newVersion/order/index.html @@ -15,13 +15,15 @@ -
Get a website of any style you want
+Get a website of any style you want
+