File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,16 @@ linkStartBtn.addEventListener('click', () => {
2222 When 'old version button' is clicked, the video
2323 is open on full screen and played automatically
2424 */
25- alert ( 'We are moving to the Old Version. Enjoy yourself! 😊' ) ;
25+ alert ( 'We are moving to the Old Version. Enjoy yourself! 😊\nPS.: if you are using a phone device, flip it horizontally!! ' ) ;
2626 linkStartVideo . style . display = 'block' ;
2727 openFullscreen ( ) ;
2828 linkStartAudio . play ( ) ;
2929} ) ;
3030
3131linkStartVideo . addEventListener ( 'ended' , ( ) => {
32+ /*
33+ When 'old version' animation is endeed, user is moved to the old version page!
34+ */
35+ alert ( 'Loading has been successfully completed! ✔️\nPS.: if you are using a phone device, you can flip it back vertically!!' ) ;
3236 window . location . href = './old/index.html' ;
33- alert ( 'Loading has been successfully completed! ✔️' ) ;
34- } ) ;
37+ } ) ;
You can’t perform that action at this time.
0 commit comments