Tiny fix.
authorStéphane Jacob <jacou@melix.net>
Thu, 11 Dec 2008 21:52:41 +0000 (22:52 +0100)
committerStéphane Jacob <jacou@melix.net>
Thu, 11 Dec 2008 21:52:41 +0000 (22:52 +0100)
htdocs/javascript/profile.js

index e26164a..7fa8081 100644 (file)
@@ -29,6 +29,7 @@ function wizPage_onLoad(id)
         while ($('.' + prefix + i).length != 0) {
             i++;
         }
+        i--;
         for (var j = 0; j < i; j++) {
             prepareType(j);
         }