Ticket #40260: 40260.diff
File 40260.diff, 1.1 KB (added by , 8 years ago) |
---|
-
src/wp-admin/css/edit.css
1058 1058 margin: 2px 0 12px; 1059 1059 } 1060 1060 1061 /* Suggest.js autocomplete, no more used by core. */1061 /* jquery.suggest, no more used by core. Deprecated, see ticket #40260. */ 1062 1062 .ac_results { 1063 1063 display: none; 1064 1064 margin: -1px 0 0; -
src/wp-admin/js/inline-edit-post.js
267 267 var $errorSpan = $( '#edit-' + id + ' .inline-edit-save .error' ); 268 268 269 269 $( 'table.widefat .spinner' ).removeClass( 'is-active' ); 270 $( '.ac_results' ).hide();271 270 272 271 if (r) { 273 272 if ( -1 !== r.indexOf( '<tr' ) ) { … … 300 299 301 300 if ( id ) { 302 301 $( '.spinner', $tableWideFat ).removeClass( 'is-active' ); 303 $( '.ac_results' ).hide();304 302 305 303 if ( 'bulk-edit' === id ) { 306 304 $( '#bulk-edit', $tableWideFat ).removeClass( 'inline-editor' ).hide().siblings( '.hidden' ).remove();