1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 02:09:22 +02:00
Daniel Neto 2023-07-24 19:04:24 -03:00
parent f444d9f3a4
commit ed32b51cef
2 changed files with 2 additions and 2 deletions

View file

@ -248,7 +248,7 @@ async function YPTHidenavbar() {
$(document).ready(function() {
var menuOpen = Cookies.get("menuOpen");
if (menuOpen === "true") {
if (menuOpen === "true" && !inIframe()) {
YPTSidebarOpen();
} else {
YPTSidebarClose();