From 23c365c4bffa4f665f9d8891ffae3a423744e764 Mon Sep 17 00:00:00 2001 From: s1n Date: Tue, 30 Jul 2019 10:47:04 -0700 Subject: Delete main.js --- js/main.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 js/main.js diff --git a/js/main.js b/js/main.js deleted file mode 100644 index f2b20ac..0000000 --- a/js/main.js +++ /dev/null @@ -1,12 +0,0 @@ -var space = " "; -var speed = "60"; -var pos = 0; -var msg = "// s1n.ical "; /*Enter the scrolling title as the msg variable's value.*/ - -function Scroll() { - document.title = msg.substring(pos, msg.length) + space + msg.substring(0, pos); - pos++; - if (pos > msg.length) pos = 0; - window.setTimeout("Scroll()", speed); -} -Scroll(); \ No newline at end of file -- cgit v1.2.3