Ticket #22682: 22682.diff
File 22682.diff, 436 bytes (added by , 13 years ago) |
---|
-
wp-admin/js/customize-controls.js
882 882 if ( 9 === event.which ) // tab 883 883 return; 884 884 if ( 13 === event.which ) // enter 885 parent.send( 'close');885 window.location = $(this).prop('href'); 886 886 event.preventDefault(); 887 887 }); 888 888