Ticket #40260: 40260.1.diff
File 40260.1.diff, 1.0 KB (added by , 5 years ago) |
---|
-
src/js/_enqueues/admin/inline-edit-post.js
416 416 $error = $errorNotice.find( '.error' ); 417 417 418 418 $( 'table.widefat .spinner' ).removeClass( 'is-active' ); 419 $( '.ac_results' ).hide();420 419 421 420 if (r) { 422 421 if ( -1 !== r.indexOf( '<tr' ) ) { … … 461 460 462 461 if ( id ) { 463 462 $( '.spinner', $tableWideFat ).removeClass( 'is-active' ); 464 $( '.ac_results' ).hide();465 463 466 464 if ( 'bulk-edit' === id ) { 467 465 -
src/wp-admin/css/edit.css
1133 1133 display: inline-block; 1134 1134 } 1135 1135 1136 /* Suggest.js autocomplete, no more used by core. */1136 /* jquery.suggest, no more used by core. Deprecated, see ticket #40260. */ 1137 1137 .ac_results { 1138 1138 display: none; 1139 1139 margin: -1px 0 0;