projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c93e6e
)
Fixed typo
author
Alexander Ebert
<ebert@woltlab.com>
Fri, 30 Dec 2011 02:44:02 +0000
(
03:44
+0100)
committer
Alexander Ebert
<ebert@woltlab.com>
Fri, 30 Dec 2011 02:44:02 +0000
(
03:44
+0100)
wcfsetup/install/files/js/WCF.js
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.js
b/wcfsetup/install/files/js/WCF.js
index 5a750e8887cdb7f84c0042e0163f3eca65e0a514..faa07f813b08a73e752f72f112e31813e460f70f 100644
(file)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-28,7
+28,7
@@
if (key === undefined) {
for (var $key in $data) {
if ($key.match(/Id$/)) {
- $data[$key.replace(/Id$/, 'ID')
)
] = $data[$key];
+ $data[$key.replace(/Id$/, 'ID')] = $data[$key];
delete $data[$key];
}
}