Changeset 41873
- Timestamp:
- 10/16/2017 07:56:28 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-controls.js
r41869 r41873 3543 3543 control.addNewPage(); 3544 3544 }); 3545 control.container.on( 'key up', '.create-item-input', function( e ) {3545 control.container.on( 'keydown', '.create-item-input', function( e ) { 3546 3546 if ( 13 === e.which ) { // Enter 3547 3547 control.addNewPage();
Note: See TracChangeset
for help on using the changeset viewer.