diff --git a/Resources/Public/JavaScript/Recommender/main.js b/Resources/Public/JavaScript/Recommender/main.js index ff1433d6fd33f16682843f1c5d87106683ff4337..ac9aa25c22da2a7ee4ec1733ef7e6c0a2c501630 100644 --- a/Resources/Public/JavaScript/Recommender/main.js +++ b/Resources/Public/JavaScript/Recommender/main.js @@ -78,7 +78,7 @@ $(document).ready(function () { }); $(".form-check-input").bind('change', function () { - if ($(this).attr('id') != 'checkbox-author-rights') {gi + if ($(this).attr('id') != 'checkbox-author-rights') { if ($(this).is(':checked')) { checkedKeywords.push($(this).val()); }