* Fix an error.

This commit is contained in:
dingna
2021-10-29 13:14:53 +08:00
parent 0fac3aa189
commit ddffca8d41
+1 -1
View File
@@ -736,7 +736,7 @@ $('#type').change(function()
}
var link = createLink('execution', 'kanban', "executionID=" + executionID + '&type=' + type);
location.herf = link;
location.href = link;
});
$('.c-group').change(function()