"Loading"

Why would my view display the word:

Loading

In the lower left area? This wasn;t the case until (using Rails 2.3.x) I implemented the auto-complete plugin. This plugin calls for and index.js.erb file in the view of the model (channelnotes) whose data (channelnotes.note)is being autocompleted, and consists of just one line:

<%= auto_complete_result @channelnotes, :note %>

Can anyone tell me what might be going on here that the annoying "Loading" is being appended to my view? Thanks, rvince