Commit 15d0e53cf4c9ed81ceddaa1f2f68d2cfa9984ac6
1 parent
0b2adb5b
Always remove your debug, kids
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
js/crep.js
@@ -71,8 +71,7 @@ function loadDoc(location, callback) { | @@ -71,8 +71,7 @@ function loadDoc(location, callback) { | ||
71 | // Out | 71 | // Out |
72 | mainContainer.height(oldHeight) | 72 | mainContainer.height(oldHeight) |
73 | mainContainer.animate({ | 73 | mainContainer.animate({ |
74 | - // height: "toggle", | ||
75 | - opacity: 0.25 | 74 | + opacity: 0 |
76 | }, 'fast', events) | 75 | }, 'fast', events) |
77 | $.get(location + '?c', function (data) { | 76 | $.get(location + '?c', function (data) { |
78 | html = data | 77 | html = data |