From 15d0e53cf4c9ed81ceddaa1f2f68d2cfa9984ac6 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Wed, 4 Mar 2015 00:46:57 +0100 Subject: [PATCH] Always remove your debug, kids --- js/crep.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/crep.js b/js/crep.js index a67e7e2..7f415ce 100755 --- a/js/crep.js +++ b/js/crep.js @@ -71,8 +71,7 @@ function loadDoc(location, callback) { // Out mainContainer.height(oldHeight) mainContainer.animate({ - // height: "toggle", - opacity: 0.25 + opacity: 0 }, 'fast', events) $.get(location + '?c', function (data) { html = data -- libgit2 0.21.2