diff --git a/module/project/view/execution.html.php b/module/project/view/execution.html.php index 2449955c8d..714f644711 100644 --- a/module/project/view/execution.html.php +++ b/module/project/view/execution.html.php @@ -192,7 +192,7 @@ $(function() } }) - $("#executionList").on('click','.load-btn', fucntion (e) + $("#executionList").on('click','.load-btn', function(e) { var that = e.target; var executionID = $(this).attr('parent-id');