Skip to content
Snippets Groups Projects
Commit 09314236 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'currency-all' into 'pregmod-master'

bugfix

See merge request pregmodfan/fc-pregmod!1168
parents dbbf3181 3ed8fea3
No related branches found
No related tags found
No related merge requests found
......@@ -597,5 +597,5 @@ window.initFacilityStatistics = function(facility) {
}
Number.prototype.toFixedHTML = function() {
return commaFormat(Number.prototype.toFixed.apply(this, arguments)).replace(/\.0+$/, '<span style="opacity: 0.3">$&</span>');
return commaNum(Number.prototype.toFixed.apply(this, arguments)).replace(/\.0+$/, '<span style="opacity: 0.3">$&</span>');
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment