mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-23 16:01:37 +01:00
Trailing commas make JS cry. see #19810.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19903 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
86901353cf
commit
27c0170224
@ -4,6 +4,6 @@ jQuery( function($) {
|
||||
$( '#adduser-email, #newuser' ).autocomplete({
|
||||
source: ajaxurl + '?action=autocomplete-user' + id,
|
||||
delay: 500,
|
||||
minLength: 2,
|
||||
minLength: 2
|
||||
});
|
||||
});
|
Loading…
Reference in New Issue
Block a user