mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-18 07:03:01 -04:00
Merge branch 'staging' into remove-angular
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user