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:
3e728fd
)
Fixed a small bug with WCF.String.addThousandsSeparator()
author
Markus Bartz
<roul@codingcorner.info>
Thu, 21 Jul 2011 16:15:16 +0000
(18:15 +0200)
committer
Markus Bartz
<roul@codingcorner.info>
Thu, 21 Jul 2011 16:15:16 +0000
(18:15 +0200)
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 432134e57feb993a1752fc3511d05f189ab65d99..1db72f9ef8ec1cf740fac5fe20b048464a5db26e 100644
(file)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-1100,7
+1100,7
@@
WCF.String = {
$negative = true;
$numberString = $numberString.substring(1);
}
- var $separator =
this.options.thousandsSeparator
;
+ var $separator =
WCF.Language.get('wcf.global.thousandsSeparator')
;
if ($separator != null && $separator != '') {
var $numElements = new Array();