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:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user