web/wp-admin/js/user-suggest.dev.js
changeset 204 09a1c134465b
parent 203 f507feede89a
child 205 a4f7897e21a9
--- a/web/wp-admin/js/user-suggest.dev.js	Wed Dec 19 12:35:13 2012 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-(function($) {
-	var id = 'undefined' !== typeof current_site_id ? '&site_id=' + current_site_id : '';
-	$(document).ready( function() {
-		$( '.wp-suggest-user' ).autocomplete({
-			source:    ajaxurl + '?action=autocomplete-user&autocomplete_type=add' + id,
-			delay:     500,
-			minLength: 2,
-			position:  ( 'undefined' !== typeof isRtl && isRtl ) ? { my: 'right top', at: 'right bottom', offset: '0, -1' } : { offset: '0, -1' },
-			open:      function() { $(this).addClass('open'); },
-			close:     function() { $(this).removeClass('open'); }
-		});
-	});
-})(jQuery);
\ No newline at end of file