Changeset 1140

Show
Ignore:
Timestamp:
09/24/06 20:24:57 (2 years ago)
Author:
jm3
Message:

added name to form so we can reference it from js

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • peasantonline/app/views/catalog/browse_by_product.rhtml

    r1113 r1140  
    3333 
    3434                        <form  
    35  
     35        name="add_to_cart_form" 
    3636                                method="post"  
    3737                                onsubmit="new Ajax.Request('/catalog/add_to_cart/<%= @product.id %>', {asynchronous:true, evalScripts:true, parameters:Form.serialize(this)}); return false;">