Fixed the stupid modals that i broke

pull/2288/head
benmcmahon100 2015-08-19 23:51:02 +01:00
parent f1053a2f68
commit bdb4c55954
1 changed files with 0 additions and 2 deletions

View File

@ -159,12 +159,10 @@ $(document).ready(function() {
$('#complete-zipline-or-basejump-dialog').modal('show');
});
$('#completed-courseware-dialog').unbind('click');
$('#complete-courseware-dialog').on('hidden.bs.modal', function() {
editor.focus();
});
$('#completed-zipline-or-basejump').unbind('click');
$('#complete-zipline-or-basejump').on('hidden.bs.modal', function() {
editor.focus();
});