Building out new challenge framework to allow controller to determine view type for challenge
This commit is contained in:
@@ -66,6 +66,9 @@ $(document).ready(function() {
|
||||
completedBonfire(didCompleteWith, bonfireSolution, thisBonfireHash);
|
||||
|
||||
});
|
||||
$('#completed-courseware').on('click', function() {
|
||||
$('#complete-courseware-dialog').modal('show');
|
||||
});
|
||||
|
||||
$('#complete-bonfire-dialog').on('hidden.bs.modal', function() {
|
||||
editor.focus();
|
||||
|
Reference in New Issue
Block a user