mirror of
https://github.com/KevinMidboe/rohnenedre.git
synced 2026-02-14 21:39:18 +00:00
Initial commit. State 04.2021.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* 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 } );
|
||||
});
|
||||
Reference in New Issue
Block a user