Made algorithm not editable after session created

This commit is contained in:
arifiorino
2019-09-24 09:35:20 -04:00
committed by Dana Van Aken
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();
}