Changeset 40785
- Timestamp:
- 05/18/2017 09:03:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/widgets/media-widgets.js
r40772 r40785 484 484 485 485 // Update the title. 486 control.$el.on( 'input ', '.title', function updateTitle() {486 control.$el.on( 'input change', '.title', function updateTitle() { 487 487 control.model.set({ 488 488 title: $.trim( $( this ).val() )
Note: See TracChangeset
for help on using the changeset viewer.