1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +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({
path : path,
half : false,
half : true,
score : score,
readOnly : readonly,
hints : hintArray,