Skip to content
Snippets Groups Projects
Commit 058b73ef authored by Astor Bizard's avatar Astor Bizard :dog2:
Browse files

Evaluation details on submission view now expanded by default.

parent 2dab0173
No related branches found
No related tags found
1 merge request!6Dev
This diff is collapsed.
......@@ -1156,7 +1156,7 @@ define(
}
var html = '';
if (folding) {
html += '<details><summary>';
html += '<details open="open"><summary>';
}
html += '<b class="ui-widget-header ui-corner-all">' + VPLUtil.sanitizeText(line) + '</b><br>';
if (folding) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment