Ticket #32064: 32064.patch
File 32064.patch, 576 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/js/updates.js
235 235 wp.updates.updateLock = false; 236 236 237 237 $(document).trigger( 'wp-plugin-update-success', response ); 238 238 239 239 wp.updates.queueChecker(); 240 240 }; 241 241 … … 373 373 $( 'body' ).addClass( 'modal-open' ); 374 374 $modal.show(); 375 375 376 $modal.find( ' #hostname' ).focus();376 $modal.find( 'input:enabled:first' ).focus(); 377 377 $modal.keydown( wp.updates.keydown ); 378 378 }; 379 379