diff options
| author | s1n <[email protected]> | 2019-11-05 12:48:41 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-11-05 12:48:41 -0800 |
| commit | 138dd753b086f1d3fc1eb2474b6ad1658648a42e (patch) | |
| tree | ea55e4a02505c92e2c5176216d0dcd9c3821e5c3 /js | |
| parent | noclick desktop p2 (diff) | |
| download | s1n.pw-admin-138dd753b086f1d3fc1eb2474b6ad1658648a42e.tar.xz s1n.pw-admin-138dd753b086f1d3fc1eb2474b6ad1658648a42e.zip | |
Update app.js
Diffstat (limited to 'js')
| -rw-r--r-- | js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>
|