diff --git a/main/newscorm/js/api_wrapper.js b/main/newscorm/js/api_wrapper.js index 05ce80b59d..dd14159628 100644 --- a/main/newscorm/js/api_wrapper.js +++ b/main/newscorm/js/api_wrapper.js @@ -115,6 +115,7 @@ function ErrorHandler() } alert (errDescription); } + } return errCode; } /** @@ -669,4 +670,4 @@ function checkAnswers(interrupted) { } return false; //do not submit the form -} \ No newline at end of file +}