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