From dee70490498e0f82acb5c6bfaefd958559f0a6f6 Mon Sep 17 00:00:00 2001 From: Tijn Kuyper Date: Wed, 2 Oct 2019 15:38:29 +0200 Subject: [PATCH] Fixes #1933 - Only allow rating a user with full stars (not half a star) --- 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 873b4f696..97cbe3730 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 : true, + half : false, score : score, readOnly : readonly, hints : hintArray,