Ticket #27599: 27599.patch
File 27599.patch, 744 bytes (added by , 11 years ago) |
---|
-
wp-content/themes/twentyfourteen/js/featured-content-admin.js
5 5 /* global ajaxurl:true */ 6 6 7 7 jQuery( document ).ready( function( $ ) { 8 $( '#customize-control-featured-content-tag-name input' ).suggest( ajaxurl + '?action=ajax-tag-search&tax=post_tag', { delay: 500, minchars: 2 } );8 $( '#customize-control-featured-content-tag-name input' ).suggest( ajaxurl + '?action=ajax-tag-search&tax=post_tag', { delay: 500, minchars: 2, onSelect: function() { $( this ).change() } } ); 9 9 });