Changeset 1140
- Timestamp:
- 09/24/06 20:24:57 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
peasantonline/app/views/catalog/browse_by_product.rhtml
r1113 r1140 33 33 34 34 <form 35 35 name="add_to_cart_form" 36 36 method="post" 37 37 onsubmit="new Ajax.Request('/catalog/add_to_cart/<%= @product.id %>', {asynchronous:true, evalScripts:true, parameters:Form.serialize(this)}); return false;">