Skip to content

Commit

Permalink
Merge pull request openedx#357 from MITx/hotfix-registration
Browse files Browse the repository at this point in the history
fix typo in registration button jquery
  • Loading branch information
ichuang committed Aug 7, 2012
2 parents e2d0ce0 + 617359b commit 74ba37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/templates/portal/course_about.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
if(json.success) {
location.href="${reverse('dashboard')}";
}else{
$('#register_message).html("<p><font color='red'>" + json.error + "</font></p>")
$('#register_message').html("<p><font color='red'>" + json.error + "</font></p>");
}
});
})(this)
Expand Down

0 comments on commit 74ba37e

Please sign in to comment.