Make WordPress Core

Ticket #22682: 22682.diff

File 22682.diff, 436 bytes (added by lessbloat, 13 years ago)
  • wp-admin/js/customize-controls.js

     
    882882                        if ( 9 === event.which ) // tab
    883883                                return;
    884884                        if ( 13 === event.which ) // enter
    885                                 parent.send( 'close' );
     885                                window.location = $(this).prop('href');
    886886                        event.preventDefault();
    887887                });
    888888