Skip to content

Commit

Permalink
remove obsolete params attribute from AJAX_ATTRS
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlarsen committed Nov 12, 2012
1 parent 8283172 commit 8e45d32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hobo_rapid/app/helpers/hobo_rapid_helper.rb
Expand Up @@ -10,8 +10,7 @@ module HoboRapidHelper
AJAX_PUSHSTATE_ATTRS = [:push_state, :new_title]

AJAX_ATTRS = AJAX_CALLBACKS + AJAX_UPDATE_ATTRS + AJAX_EFFECT_ATTRS + AJAX_SPINNER_ATTRS + AJAX_PUSHSTATE_ATTRS +
[:params, :errors_ok,
:reset_form, :refocus_form ]
[:errors_ok, :reset_form, :refocus_form ]

def app_name(add_subsite=true)
an = Rails.application.config.hobo.app_name
Expand Down

0 comments on commit 8e45d32

Please sign in to comment.