diff --git a/www/js/projection.js b/www/js/projection.js index 60fb5e7a..e5e086a6 100644 --- a/www/js/projection.js +++ b/www/js/projection.js @@ -625,9 +625,13 @@ $("#projection_source").on('change', (_event) => { const gctype = $("#projection_source").data("gctype"); $("#binary_algo_form_check").hide(); + $("$nmf_algo_form_check").show(); + $("#fixed_algo_form_check").show(); $('#multi_pattern_group').show(); if (gctype === "unweighted-list") { $("#binary_algo_form_check").show(); + $("$nmf_algo_form_check").hide(); + $("#fixed_algo_form_check").hide(); $('#multi_pattern_group').hide(); } diff --git a/www/projection.html b/www/projection.html index 29353806..d57c7d84 100644 --- a/www/projection.html +++ b/www/projection.html @@ -150,20 +150,20 @@

Select Pattern Source

Select Algorithm

-
+
-
+
-
- +
+