update to local logo

This commit is contained in:
2023-05-20 11:50:31 +02:00
parent c8f9a5b9ab
commit e621cc7a7c
8 changed files with 8 additions and 8 deletions

View File

@@ -84,6 +84,6 @@ $( document ).ready( function () {
}
currentlyShowing = future;
trackProgress();
window.scrollTo( { top: id * heights, behavior: 'instant' } );
window.scrollTo( { top: future * heights, behavior: 'instant' } );
}
} );