Made algorithm not editable after session created
This commit is contained in:
parent
5d4d4a05c9
commit
89313402a6
|
@ -71,6 +71,7 @@ $(function() {
|
||||||
$("#cpu_row").hide();
|
$("#cpu_row").hide();
|
||||||
$("#memory_row").hide();
|
$("#memory_row").hide();
|
||||||
$("#storage_row").hide();
|
$("#storage_row").hide();
|
||||||
|
$("#algorithm_row").hide();
|
||||||
} else {
|
} else {
|
||||||
$("#upload_code_row").hide();
|
$("#upload_code_row").hide();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue