From 9ef51ac63b5f149c06c1ffaf9ccf56453548af9c Mon Sep 17 00:00:00 2001 From: aggelosQQ Date: Mon, 23 Jan 2017 00:38:18 +0200 Subject: [PATCH] Fixed some JS issues --- index.html | 1 + js/index.js | 6 ++++++ js/main.js | 7 ------- 3 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 js/index.js diff --git a/index.html b/index.html index cd50e34..6aed7c9 100644 --- a/index.html +++ b/index.html @@ -213,6 +213,7 @@ + diff --git a/js/index.js b/js/index.js new file mode 100644 index 0000000..e44ec3a --- /dev/null +++ b/js/index.js @@ -0,0 +1,6 @@ +$(document).ready(function() { + $('.brand-logo').typed({ + strings: ['play.TotalFreedom.me'], + typeSpeed: 30 + }); +}); \ No newline at end of file diff --git a/js/main.js b/js/main.js index 99de8c6..2990526 100644 --- a/js/main.js +++ b/js/main.js @@ -30,13 +30,6 @@ $(document).ready(function() { }); -$(document).ready(function() { - $('.brand-logo').typed({ - strings: ['play.TotalFreedom.me'], - typeSpeed: 30 - }); -}); - $(document).ready(function() { (new Date).getFullYear();