From 2a7ad5fa17f4c8257d9ec43be5755a759fa71392 Mon Sep 17 00:00:00 2001 From: CaptainArk Date: Sun, 13 Mar 2016 20:40:30 +0100 Subject: [PATCH] removing unused javascript --- js/fonticon.js | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 js/fonticon.js diff --git a/js/fonticon.js b/js/fonticon.js deleted file mode 100644 index ce911b5..0000000 --- a/js/fonticon.js +++ /dev/null @@ -1,16 +0,0 @@ -// Gets icon font -window.Fonticons || (window.Fonticons = {}), function(e, n) { - function t(e, t) { - var o, i = "IE", s = n.createElement("B"), c = n.documentElement; - return e && (i += " " + e, t && (i = t + " " + i)), s.innerHTML = "', c.appendChild(s), o=!!n.getElementById("fitest"), c.removeChild(s), o - } - function o() { - for (var e = [/.*/], o = n.location.hostname, i = 0; i < e.length; i++) - if (e[i].test(o)) { - var s = n.createElement("link"), c = t(8, "lte") ? "7359c356-sd": "7359c356"; - s.href = "https://fonticons-free-fonticons.netdna-ssl.com/kits/7359c356/" + c + ".css", s.media = "all", s.rel = "stylesheet", n.getElementsByTagName("head")[0].appendChild(s); - break - } - } - e.Fonticons.load = o -}(this, document), window.Fonticons.load(); \ No newline at end of file