Skip to content
Snippets Groups Projects
Commit f3e3f290 authored by charguer's avatar charguer Committed by Thomas Wood
Browse files

Merge branch 'newctx' of https://github.com/resource-reasoning/jscert_dev into newctx

parents 594bb490 f701a9bc
No related branches found
No related tags found
No related merge requests found
...@@ -90,6 +90,7 @@ var source_files = [ ...@@ -90,6 +90,7 @@ var source_files = [
source_files.reduce((select, file_content) => { source_files.reduce((select, file_content) => {
var option = document.createElement('option'); var option = document.createElement('option');
option.textContent = file_content; option.textContent = file_content;
option.value = file_content;
select.append(option); select.append(option);
return select; return select;
}, $('#select_source_code')); }, $('#select_source_code'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment