From: Stéphane Jacob Date: Thu, 11 Dec 2008 21:52:41 +0000 (+0100) Subject: Tiny fix. X-Git-Tag: xorg/1.0.0~332^2~344^2~75 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=9937605f54403d10a23c1f42eda7cb3fe6f1557c;p=platal.git Tiny fix. --- diff --git a/htdocs/javascript/profile.js b/htdocs/javascript/profile.js index e26164a..7fa8081 100644 --- a/htdocs/javascript/profile.js +++ b/htdocs/javascript/profile.js @@ -29,6 +29,7 @@ function wizPage_onLoad(id) while ($('.' + prefix + i).length != 0) { i++; } + i--; for (var j = 0; j < i; j++) { prepareType(j); }