diff options
Diffstat (limited to 'themes/default/js/rating.js')
-rw-r--r-- | themes/default/js/rating.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/default/js/rating.js b/themes/default/js/rating.js index 0e3006ec2..f0f838c72 100644 --- a/themes/default/js/rating.js +++ b/themes/default/js/rating.js @@ -82,7 +82,6 @@ function updateRating(e) { var t = gRatingOptions.ratingSummaryText; var args =[result.average, result.count], idx = 0, rexp = new RegExp( /%\.?\d*[sdf]/ ); - //_xxx = t.match( rexp ); while (idx<args.length) t=t.replace(rexp, args[idx++]); gRatingOptions.ratingSummaryElement.innerHTML = t; } |