[FIX] website_sale: Discussion not working on product; issue: #3495
authorChristophe Matthieu <chm@odoo.com>
Thu, 6 Nov 2014 16:30:36 +0000 (17:30 +0100)
committerChristophe Matthieu <chm@odoo.com>
Wed, 26 Nov 2014 09:38:38 +0000 (10:38 +0100)
addons/website_sale/static/src/js/website_sale.js

index 6fbd299..d700ef2 100644 (file)
@@ -62,7 +62,7 @@ $('.oe_website_sale').each(function () {
         return false;
     });
 
-    $('.a-submit', oe_website_sale).off('click').on('click', function () {
+    $('.oe_website_sale .a-submit, #comment .a-submit').off('click').on('click', function () {
         $(this).closest('form').submit();
     });
     $('form.js_attributes input, form.js_attributes select', oe_website_sale).on('change', function () {