Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
SH20RAJ committed Feb 13, 2024
1 parent 5c09921 commit f4be124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,4 @@ embed.addEventListener("click", () => {

prompt('Copy the iframe CODE','<iframe width="560" height="315" src="'+ location.href +'?embed=true" title="Codes20 code player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>')
})
(getParameterByName(embed)) ?document.querySelector('nav').style.display = "hidden":null;
(getParameterByName(embed)) ?document.querySelector('nav').style.display = "none":null;

0 comments on commit f4be124

Please sign in to comment.