diff options
Diffstat (limited to 'app/views/groups/_users.html.erb')
-rw-r--r-- | app/views/groups/_users.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/groups/_users.html.erb b/app/views/groups/_users.html.erb index 3d4820f59..d265c751f 100644 --- a/app/views/groups/_users.html.erb +++ b/app/views/groups/_users.html.erb @@ -38,6 +38,8 @@ :update => :users, :url => autocomplete_for_user_group_path(@group), :method => :get, + :before => '$("user_search").addClassName("ajax-loading")', + :complete => '$("user_search").removeClassName("ajax-loading")', :with => 'q') %> |