Add bitly url shortening example to showHTML view

This commit is contained in:
Nathan Leniz
2015-02-23 07:47:43 +09:00
parent ddf96c2ef2
commit dc4aa40a32
3 changed files with 23 additions and 5 deletions

View File

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