Skip to content
Snippets Groups Projects
Commit fbe3c3c2 authored by Nelly Barret's avatar Nelly Barret
Browse files

[M] minor fixes

parent 18856df7
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ $("#runBtn").click("on", function () {
userParameters["test_size"] = $("#testPercentage")[0].valueAsNumber;
userParameters["remove_outliers"] = $("#removeOutliers").prop("checked");
userParameters["remove_rural"] = $("#removeRural").prop("checked");
userParameters["add_manual_iris"] = $("#addAssessmentIris").prop("checked");
userParameters["add_manual_iris"] = false; // $("#addAssessmentIris").prop("checked");
console.log(chosen_clf);
console.log(userParameters);
request_run = $.ajax({
......
......@@ -96,9 +96,6 @@
Remove rural
<input id="removeRural" type="checkbox" title="Check it to remove rural neighbourhoods.">
<br>
<i class="fa fa-question-circle mr-3 text-primary fa-fw" title="Check it to add IRIS that have been manually assessed."></i>
Add manually assessed IRIS
<input id="addAssessmentIris" type="checkbox" title="Check it to add IRIS that have been manually assessed.">
{% endif %}
</div>
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment