Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
par7133 authored Feb 4, 2024
1 parent d3e9787 commit 863ddf7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Public/js/home-js.php
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,14 @@ function setContentPos() {
$("#picavatar").css("display", "inline");
<?PHP else: ?>
if (window.innerWidth<800) {
$("#header").css("display", "none");
$("#headerMob").css("display", "inline");
$("#cudoz").css("display", "none");
} else {
$("#header").css("display", "inline");
$("#headerMob").css("display", "none");
$("#cudoz").css("display", "inline");
}
}
<?PHP endif; ?>
$(".dragover").css("height", h + "px");
$(".dragover").css("width", w + "px");
Expand Down Expand Up @@ -360,4 +364,3 @@ function setFooterPos() {
setTimeout("setFooterPos()", 1000);

}, true);

0 comments on commit 863ddf7

Please sign in to comment.