Changeset 32267
- Timestamp:
- 04/22/2015 04:56:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/updates.js
r32133 r32267 236 236 237 237 $(document).trigger( 'wp-plugin-update-success', response ); 238 238 239 239 wp.updates.queueChecker(); 240 240 }; … … 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 };
Note: See TracChangeset
for help on using the changeset viewer.