Facebox needs to get back a text/html response. We were using text/javascript to indicate that we wanted a remote form and text/html to indicate we wanted a non-remote form. The trouble is, if we request with text/javascript then that is the format we get back. It doesn't really make sense to use formats that way anyway, so I changed it to an explicit parameter. This had the nice side effect of simplifying our new-aspect views. |
||
|---|---|---|
| .. | ||
| _aspect_contacts.haml | ||
| _aspect_list_item.haml | ||
| _aspect_listings.haml | ||
| _aspect_stream.haml | ||
| _no_contacts_message.haml | ||
| _no_posts_message.haml | ||
| _selected_contacts.html.haml | ||
| create.js.erb | ||
| edit.html.haml | ||
| index.html.haml | ||
| index.js.erb | ||
| index.mobile.haml | ||
| new.haml | ||
| toggle_contact_visibility.js.erb | ||
| update.js.erb | ||