wp/wp-content/themes/twentyfourteen/js/featured-content-admin.js
changeset 8 c7c34916027a
parent 7 cf61fcea0001
child 9 177826044cd9
--- a/wp/wp-content/themes/twentyfourteen/js/featured-content-admin.js	Mon Oct 14 17:39:30 2019 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-/**
- * Twenty Fourteen Featured Content admin behavior: add a tag suggestion
- * when changing the tag.
- */
-/* global ajaxurl:true */
-
-jQuery( document ).ready( function( $ ) {
-	$( '#customize-control-featured-content-tag-name input' ).suggest( ajaxurl + '?action=ajax-tag-search&tax=post_tag', { delay: 500, minchars: 2 } );
-});