From c4c040ab48f25e35cffeef024d822fae3a099196 Mon Sep 17 00:00:00 2001 From: Tijn Kuyper Date: Wed, 2 Oct 2019 15:41:30 +0200 Subject: [PATCH] Revert "Fixes #1933 - Only allow rating a user with full stars (not half a star)" This reverts commit dee70490498e0f82acb5c6bfaefd958559f0a6f6. --- e107_web/js/core/all.jquery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_web/js/core/all.jquery.js b/e107_web/js/core/all.jquery.js index 97cbe3730..873b4f696 100644 --- a/e107_web/js/core/all.jquery.js +++ b/e107_web/js/core/all.jquery.js @@ -1301,7 +1301,7 @@ $(document).ready(function() $('#'+tmp).raty({ path : path, - half : false, + half : true, score : score, readOnly : readonly, hints : hintArray,