diff --git a/module/bug/js/edit.js b/module/bug/js/edit.js index 2e8440f36f..47ba1af935 100644 --- a/module/bug/js/edit.js +++ b/module/bug/js/edit.js @@ -35,7 +35,7 @@ function changeExecutionName(projectID) var link = createLink('bug', 'ajaxGetExecutionLang', 'projectID=' + projectID); $.post(link, function(executionLang) { - $('#executionBox').html(executionLang); + $('#executionBox').html(executionLang); }) } }