Commit 30f612bf41320eb5ca91ea35fe3d654a64d49c9b

Authored by Geoffrey PREUD'HOMME
1 parent c0a80d27

Remove your tests, kids

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
js/crep.js
... ... @@ -51,7 +51,7 @@ function loadDoc(location, callback) {
51 51 dynamiseLinks(mainContainer)
52 52 pageSpecific(location)
53 53 mainContainer.animate({
54   - // height: "toggle",
  54 + height: "toggle",
55 55 opacity: 1
56 56 })
57 57 callback()
... ... @@ -59,7 +59,7 @@ function loadDoc(location, callback) {
59 59 }
60 60 var mainContainer = $("#mainContainer")
61 61 mainContainer.animate({
62   - // height: "toggle",
  62 + height: "toggle",
63 63 opacity: 0
64 64 }, 'fast', events)
65 65 $.get(location + '?c', function (data) {
... ...