// fixxed bug save Product

This commit is contained in:
lLefevre
2011-12-12 16:01:26 +00:00
parent 2ffa2ea399
commit d4b3f8d222
2 changed files with 2 additions and 3 deletions
@@ -57,7 +57,6 @@
// Update submit button value
var split_position = id.indexOf('-') + 1;
var btn_name = id.substr(split_position);
$("#product_form_submit_btn").attr('name', 'submit'+btn_name);
if ($(this).attr("id") != $(".productTabs a.selected").attr('id'))
{