Commit 0a532dac by Waheed Ahmed

Fixed invalid course key error message.

LEARNER-883
parent 5a8d0f52
......@@ -28,6 +28,7 @@ $(document).ready(function() {
}
);
e.preventDefault();
$studioInstanceError.addClass("hidden");
$.ajax({
url: updateCourseKeyURL,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment