Initial Commit
This commit is contained in:
parent
4c352bf02e
commit
1ab6e5f0b0
1085 changed files with 195258 additions and 0 deletions
10
plugins/jetpack/modules/theme-tools/js/suggest.js
Normal file
10
plugins/jetpack/modules/theme-tools/js/suggest.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* WARNING: This file is distributed verbatim in Jetpack.
|
||||
* There should be nothing WordPress.com specific in this file.
|
||||
*
|
||||
*/
|
||||
|
||||
/* global ajaxurl:true */
|
||||
jQuery( function( $ ) {
|
||||
$( '#customize-control-featured-content-tag-name input' ).suggest( ajaxurl + '?action=ajax-tag-search&tax=post_tag', { delay: 500, minchars: 2 } );
|
||||
} );
|
Reference in a new issue