Skip to content

Commit 3792686

Browse files
Rom1-Bcedric-anne
authored andcommitted
fix: display input rating
1 parent b0caa3b commit 3792686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/surveyanswer.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ static function showStarAnswer($question, $value = 0) {
338338
}
339339
echo "</select>";
340340

341-
echo "<div class='rateit' id='stars_$questions_id'></div>";
341+
echo "<div id='stars_$questions_id'></div>";
342342
echo "<script type='text/javascript'>\n";
343343
echo "$(function() {";
344344
echo "$('#stars_$questions_id').rateit({value: " . $value . ",

0 commit comments

Comments
 (0)