Ticket #19176: 19716.diff
File 19716.diff, 757 bytes (added by , 14 years ago) |
---|
-
wp-admin/js/inline-edit-post.dev.js
117 117 if ( 'post' == type ) { 118 118 // support multi taxonomies? 119 119 tax = 'post_tag'; 120 $('tr.inline-editor textarea[name="ta gs_input"]').suggest( 'admin-ajax.php?action=ajax-tag-search&tax='+tax, { delay: 500, minchars: 2, multiple: true, multipleSep: ", " } );120 $('tr.inline-editor textarea[name="tax_input['+tax+']"]').suggest( 'admin-ajax.php?action=ajax-tag-search&tax='+tax, { delay: 500, minchars: 2, multiple: true, multipleSep: ", " } ); 121 121 } 122 122 $('html, body').animate( { scrollTop: 0 }, 'fast' ); 123 123 },