PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
devicing
/
wp-content
/
themes
/
twentyfourteen
/
js
/** * Twenty Fourteen Featured Content admin behavior: add a tag suggestion * when changing the tag. */ /* 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 } ); } );
[-] html5.js
[open]
[-] functions.js
[open]
[-] customizer.js
[open]
[+]
..
[-] keyboard-image-navigation.js
[open]
[-] slider.js
[open]
[-] featured-content-admin.js
[open]