A few small tweaks
[jkinsey.net.git] / js / script.js
index f31e254aad406460d2813d1a40c5a4ba2142efb0..c8ea1573b6c8b31f3253847ad536d5aba96dddd7 100644 (file)
@@ -4,7 +4,6 @@ window.addEventListener('load', function() {
     var menu = document.getElementById("menu");
     var content = document.getElementById("content");
     var body = document.getElementsByTagName("body")[0];
-    var menuLoc = parseInt(getComputedStyle(menu).getPropertyValue("top"));
 
     function menuOperator(node, position, token="") {
         menu.setAttribute("class", position);