diff --git a/templates/repo/cloudbrain/benchmark/new.tmpl b/templates/repo/cloudbrain/benchmark/new.tmpl index 0bf7fd4a6..6f88717a9 100755 --- a/templates/repo/cloudbrain/benchmark/new.tmpl +++ b/templates/repo/cloudbrain/benchmark/new.tmpl @@ -114,9 +114,7 @@
-
@@ -185,7 +183,7 @@ .tab(); $('#benchmark_types_id').change(function(){ - //setChildType(); + setChildType(); }) function setChildType(){ @@ -201,8 +199,7 @@ html += ``; } } - console.log(html); - //document.getElementById("benchmark_child_types_id").innerHTML=html; + document.getElementById("benchmark_child_types_id").innerHTML=html; }) }