1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

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

This commit is contained in:
Tijn Kuyper
2019-10-02 15:38:29 +02:00
parent bf5e5c1293
commit dee7049049

View File

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