Skip to content
Snippets Groups Projects
Commit b6bf3d87 authored by Isabel Uffinger's avatar Isabel Uffinger
Browse files

added tag 'MooPT'

parent 0f18e15e
Branches
Tags
No related merge requests found
...@@ -125,7 +125,8 @@ define(['core/ajax', ...@@ -125,7 +125,8 @@ define(['core/ajax',
let gradername = document.querySelector("#id_graderselect option[value='" + searchVal + "']").text; let gradername = document.querySelector("#id_graderselect option[value='" + searchVal + "']").text;
tagInput.value = gradername; tagInput.value = gradername;
enterKeyEvent(tagInput); enterKeyEvent(tagInput);
tagInput.value = "MooPT";
enterKeyEvent(tagInput);
if ('result_spec' in selectedGrader) { if ('result_spec' in selectedGrader) {
if ('format' in selectedGrader['result_spec']) { if ('format' in selectedGrader['result_spec']) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment