Changeset 26706
- Timestamp:
- 12/05/2013 11:38:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/js/featured-content-admin.js
r26332 r26706 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 $( document ).ready( 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 );
Note: See TracChangeset
for help on using the changeset viewer.