mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 05:18:42 +01:00
Remove redundant closure for such a simple file. see #26445.
git-svn-id: https://develop.svn.wordpress.org/trunk@26707 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e1c50ac689
commit
0bfdd9f189
@ -3,8 +3,7 @@
|
||||
* when changing the tag.
|
||||
*/
|
||||
/* global ajaxurl:true */
|
||||
( function( $ ) {
|
||||
$( document ).ready( function() {
|
||||
$( '#customize-control-featured-content-tag-name input' ).suggest( ajaxurl + '?action=ajax-tag-search&tax=post_tag', { delay: 500, minchars: 2 } );
|
||||
});
|
||||
} )( jQuery );
|
||||
|
||||
jQuery( document ).ready( function( $ ) {
|
||||
$( '#customize-control-featured-content-tag-name input' ).suggest( ajaxurl + '?action=ajax-tag-search&tax=post_tag', { delay: 500, minchars: 2 } );
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user