Change complete-challenge to completed-challenge

This commit is contained in:
Nathan Leniz
2015-03-21 13:50:31 +09:00
parent 5e095e8832
commit cd89ad1574
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ $(document).ready(function() {
completedBonfire(didCompleteWith, bonfireSolution, thisBonfireHash);
});
$('#complete-courseware').on('click', function() {
$('#completed-courseware').on('click', function() {
$('#complete-courseware-dialog').modal('show');
});