summaryrefslogtreecommitdiff
path: root/404/js/main.js
diff options
context:
space:
mode:
authors1n <[email protected]>2019-10-12 00:22:46 -0700
committers1n <[email protected]>2019-10-12 00:22:46 -0700
commit78c43c975166476f8e52e3ee521d917c269f6844 (patch)
tree22c36c1d43c86f4489becfaabec1cdb15bcd4027 /404/js/main.js
parentdel ghouly (diff)
downloads1n.pw-admin-78c43c975166476f8e52e3ee521d917c269f6844.tar.xz
s1n.pw-admin-78c43c975166476f8e52e3ee521d917c269f6844.zip
new 404 + many optimzations
Diffstat (limited to '404/js/main.js')
-rw-r--r--404/js/main.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/404/js/main.js b/404/js/main.js
deleted file mode 100644
index 2f18f0d..0000000
--- a/404/js/main.js
+++ /dev/null
@@ -1,11 +0,0 @@
-$(document).mousemove(function (event) {
- $('.torch').css({
- 'top': event.pageY,
- 'left': event.pageX
- });
- });
-
-// CHECKS IF USER IS ON MOBILE
-if (screen.width <= 480) {
- location.href = '/404/alternate';
-} \ No newline at end of file