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