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