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:
@@ -1301,7 +1301,7 @@ $(document).ready(function()
|
||||
|
||||
$('#'+tmp).raty({
|
||||
path : path,
|
||||
half : false,
|
||||
half : true,
|
||||
score : score,
|
||||
readOnly : readonly,
|
||||
hints : hintArray,
|
||||
|
Reference in New Issue
Block a user