Changeset 51945
- Timestamp:
- 10/28/2021 04:06:20 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/media/views/modal.js
r50547 r51945 139 139 $( 'body' ).removeClass( 'modal-open' ); 140 140 141 // Hide modal and remove restricted media modal tab focus once it's closed.142 this.$el.hide() .off( 'keydown' );141 // Hide the modal element by adding display none. 142 this.$el.hide(); 143 143 144 144 /*
Note: See TracChangeset
for help on using the changeset viewer.