1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 05:07:27 +02:00

Revert "Fixes #1933 - Only allow rating a user with full stars (not half a star)"

This reverts commit dee7049049.
This commit is contained in:
Tijn Kuyper
2019-10-02 15:41:30 +02:00
parent dee7049049
commit c4c040ab48

View File

@@ -1301,7 +1301,7 @@ $(document).ready(function()
$('#'+tmp).raty({ $('#'+tmp).raty({
path : path, path : path,
half : false, half : true,
score : score, score : score,
readOnly : readonly, readOnly : readonly,
hints : hintArray, hints : hintArray,