File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 481481} ) ;
482482
483483function isNoMobilePage ( ) {
484- return window . location . pathname === '/no-mobile.html' ;
484+ return window . location . pathname === '. /no-mobile.html' ;
485485}
486486
487487function checkScreenSize ( ) {
488488 if ( window . innerWidth < 1680 && ! isNoMobilePage ( ) ) {
489- window . location . href = '/no-mobile.html' ;
489+ window . location . href = '. /no-mobile.html' ;
490490 }
491491}
492492
Original file line number Diff line number Diff line change 546546} ) ;
547547
548548function isNoMobilePage ( ) {
549- return window . location . pathname === '/no-mobile.html' ;
549+ return window . location . pathname === '. /no-mobile.html' ;
550550}
551551
552552function checkScreenSize ( ) {
553553 if ( window . innerWidth < 1680 && ! isNoMobilePage ( ) ) {
554- window . location . href = '/no-mobile.html' ;
554+ window . location . href = '. /no-mobile.html' ;
555555 }
556556}
557557
Original file line number Diff line number Diff line change 528528} ) ;
529529
530530function isNoMobilePage ( ) {
531- return window . location . pathname === '/no-mobile.html' ;
531+ return window . location . pathname === '. /no-mobile.html' ;
532532}
533533
534534function checkScreenSize ( ) {
535535 if ( window . innerWidth < 1680 && ! isNoMobilePage ( ) ) {
536- window . location . href = '/no-mobile.html' ;
536+ window . location . href = '. /no-mobile.html' ;
537537 }
538538}
539539
Original file line number Diff line number Diff line change 481481} ) ;
482482
483483function isNoMobilePage ( ) {
484- return window . location . pathname === '/no-mobile.html' ;
484+ return window . location . pathname === '. /no-mobile.html' ;
485485}
486486
487487function checkScreenSize ( ) {
488488 if ( window . innerWidth < 1680 && ! isNoMobilePage ( ) ) {
489- window . location . href = '/no-mobile.html' ;
489+ window . location . href = '. /no-mobile.html' ;
490490 }
491491}
492492
Original file line number Diff line number Diff line change 498498} ) ;
499499
500500function isNoMobilePage ( ) {
501- return window . location . pathname === '/no-mobile.html' ;
501+ return window . location . pathname === '. /no-mobile.html' ;
502502}
503503
504504function checkScreenSize ( ) {
505505 if ( window . innerWidth < 1680 && ! isNoMobilePage ( ) ) {
506- window . location . href = '/no-mobile.html' ;
506+ window . location . href = '. /no-mobile.html' ;
507507 }
508508}
509509
Original file line number Diff line number Diff line change 684684} ) ;
685685
686686function isNoMobilePage ( ) {
687- return window . location . pathname === '/no-mobile.html' ;
687+ return window . location . pathname === '. /no-mobile.html' ;
688688}
689689
690690function checkScreenSize ( ) {
691691 if ( window . innerWidth < 1680 && ! isNoMobilePage ( ) ) {
692- window . location . href = '/no-mobile.html' ;
692+ window . location . href = '. /no-mobile.html' ;
693693 }
694694}
695695
Original file line number Diff line number Diff line change 550550} ) ;
551551
552552function isNoMobilePage ( ) {
553- return window . location . pathname === '/no-mobile.html' ;
553+ return window . location . pathname === '. /no-mobile.html' ;
554554}
555555
556556function checkScreenSize ( ) {
557557 if ( window . innerWidth < 1680 && ! isNoMobilePage ( ) ) {
558- window . location . href = '/no-mobile.html' ;
558+ window . location . href = '. /no-mobile.html' ;
559559 }
560560}
561561
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ html(lang="en")
2626
2727script.
2828
29+
30+
2931 //- Dark theme
3032 const storedTheme = localStorage.getItem('theme');
3133 if (storedTheme === ' dark' ) {
@@ -52,12 +54,12 @@ script.
5254 }) ;
5355
5456 function isNoMobilePage() {
55- return window.location.pathname === '/no-mobile.html';
57+ return window.location.pathname === '. /no-mobile.html';
5658 }
5759
5860 function checkScreenSize() {
5961 if (window .innerWidth < 1680 && ! isNoMobilePage ()) {
60- window .location .href = ' /no-mobile.html' ;
62+ window .location .href = ' . /no-mobile.html' ;
6163 }
6264 }
6365
You can’t perform that action at this time.
0 commit comments