* Code for bug #19255.

This commit is contained in:
zhangzilong
2022-02-11 16:54:49 +08:00
parent 789a1292ac
commit 2b58859434
+1 -1
View File
@@ -35,7 +35,7 @@ function changeExecutionName(projectID)
var link = createLink('bug', 'ajaxGetExecutionLang', 'projectID=' + projectID);
$.post(link, function(executionLang)
{
$('#executionBox').html(executionLang);
$('#executionBox').html(executionLang);
})
}
}