summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authors1n <[email protected]>2019-11-05 12:48:41 -0800
committerGitHub <[email protected]>2019-11-05 12:48:41 -0800
commit138dd753b086f1d3fc1eb2474b6ad1658648a42e (patch)
treeea55e4a02505c92e2c5176216d0dcd9c3821e5c3 /js
parentnoclick desktop p2 (diff)
downloads1n.pw-admin-138dd753b086f1d3fc1eb2474b6ad1658648a42e.tar.xz
s1n.pw-admin-138dd753b086f1d3fc1eb2474b6ad1658648a42e.zip
Update app.js
Diffstat (limited to 'js')
-rw-r--r--js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app.js b/js/app.js
index f509821..8e781a2 100644
--- a/js/app.js
+++ b/js/app.js
@@ -4,7 +4,7 @@ if (screen.width > 768) { // If Desktop
<img src="/assets/imgs/clairo2.gif" alt="" width="30px">
</div>
`;
-} else if (screen.width < 768) { // If Mobile
+} else { // If Mobile
<div class="clairo" onclick="activateCheats()">
<img src="/assets/imgs/clairo2.gif" alt="" width="30px">
</div>