finish wiring in buttons and hotkeys

This commit is contained in:
Michael Q Larson
2015-03-22 01:38:04 -07:00
parent 9633a2dbe0
commit 6e0da758e0
3 changed files with 6 additions and 6 deletions

View File

@@ -240,7 +240,7 @@ function showCompletion() {
$('#complete-courseware-dialog').modal('show');
$('#complete-courseware-dialog').keydown(function(e) {
if (e.ctrlKey && e.keyCode == 13) {
$('.next-bonfire-button').click();
$('#next-courseware-button').click();
}
});
}