|
Replaced deprecated link_to_function. the call in the helpers/application.rb should eventually be rethought. We shouldn't be using the onclick function of an html element directly, we should use the jquery approach: .click()
|
|---|
|
|
| app/assets/javascripts/admin.js |
|---|
| app/helpers/application_helper.rb |
|---|
| app/views/dmptemplates/_option_fields.html.erb |
|---|