File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,9 @@ if(window.location.hostname === "raptor.rl.tools" || urlParams.get("raptor") ===
2929
3030 document . addEventListener ( "DOMContentLoaded" , ( ) => {
3131 handleMobileLayout ( ) ;
32- document . getElementById ( "raptor-project-page" ) . style . display = "block" ;
32+ if ( ! urlParams . get ( "raptor" ) || urlParams . get ( "raptor" ) === "true" ) {
33+ document . getElementById ( "raptor-project-page" ) . style . display = "block" ;
34+ }
3335 if ( urlParams . get ( "yt" ) !== "false" ) {
3436 document . getElementById ( "video-container-inner" ) . innerHTML = '<iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube-nocookie.com/embed/hVzdWRFTX3k?si=9jCG10p1cvKHO7bP" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>' ;
3537 }
You can’t perform that action at this time.
0 commit comments