diff --git a/src/main/resources/public/js/fuzzyRule.js b/src/main/resources/public/js/fuzzyRule.js index b675619..e678cd9 100644 --- a/src/main/resources/public/js/fuzzyRule.js +++ b/src/main/resources/public/js/fuzzyRule.js @@ -185,7 +185,7 @@ function removeAntecedent(buttonElement) { function removeConsequent(buttonElement) { $(buttonElement).parent().remove(); - //fuzzyTermsValueChanged(); + fuzzyTermsValueChanged(); } function addAntecedent(parentElement, projectId, variableVal, termVal) { diff --git a/src/main/resources/templates/rule/edit.html b/src/main/resources/templates/rule/edit.html index a2882a9..fe92fcf 100644 --- a/src/main/resources/templates/rule/edit.html +++ b/src/main/resources/templates/rule/edit.html @@ -13,12 +13,11 @@