diff --git a/e107_handlers/rate_class.php b/e107_handlers/rate_class.php index 5397af2a9..6fe8fd6c9 100644 --- a/e107_handlers/rate_class.php +++ b/e107_handlers/rate_class.php @@ -61,7 +61,7 @@ class rater { $template = vartrue($options['template'], " STATUS |RATE|VOTES"); - $TEMPLATE['STATUS'] = " ".$label.""; + $TEMPLATE['STATUS'] = " "; $TEMPLATE['RATE'] = "
"; $TEMPLATE['VOTES'] = "
".$this->renderVotes($votes,$score)."
"; diff --git a/e107_web/js/core/all.jquery.js b/e107_web/js/core/all.jquery.js index 2950070d4..6a47256b6 100644 --- a/e107_web/js/core/all.jquery.js +++ b/e107_web/js/core/all.jquery.js @@ -500,7 +500,7 @@ $(document).ready(function() // size : 16, target : target, targetFormat: '{score}', - // targetKeep: true, + targetKeep: true, // targetType : 'number', targetText : $('#e-rate-'+tmp).text(), // cancel : true,