projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6e9b2d
)
Tiny fix.
author
Stéphane Jacob
<jacou@melix.net>
Thu, 11 Dec 2008 21:52:41 +0000
(22:52 +0100)
committer
Stéphane Jacob
<jacou@melix.net>
Thu, 11 Dec 2008 21:52:41 +0000
(22:52 +0100)
htdocs/javascript/profile.js
patch
|
blob
|
blame
|
history
diff --git
a/htdocs/javascript/profile.js
b/htdocs/javascript/profile.js
index
e26164a
..
7fa8081
100644
(file)
--- 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);
}