diff --git a/app/views/feedlist/index.html.erb b/app/views/feedlist/index.html.erb index bb417c7e..9853d2a2 100644 --- a/app/views/feedlist/index.html.erb +++ b/app/views/feedlist/index.html.erb @@ -73,12 +73,6 @@ <%= options_from_collection_for_select(@active_contexts, "id", "name", @active_contexts.first.id) unless @active_projects.empty?-%> <%= options_from_collection_for_select(@hidden_contexts, "id", "name") -%> - <%= observe_field "feed-contexts", :update => "feeds-for-context", - :with => 'context_id', - :url => { :controller => "feedlist", :action => "get_feeds_for_context" }, - :before => "$('feeds-for-context').startWaiting()", - :complete => "$('feeds-for-context').stopWaiting()" - -%>