Made algorithm not editable after session created

This commit is contained in:
arifiorino 2019-09-10 04:23:19 +00:00 committed by Dana Van Aken
parent 5d4d4a05c9
commit 89313402a6
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ $(function() {
$("#cpu_row").hide();
$("#memory_row").hide();
$("#storage_row").hide();
$("#algorithm_row").hide();
} else {
$("#upload_code_row").hide();
}