This commit is contained in:
rGaillard
2013-11-25 16:44:08 +01:00
parent acdb7b0c13
commit 375981378f
-1
View File
@@ -145,7 +145,6 @@ product_tabs['Combinations'] = new function(){
this.bindDefault = function(){
$('table[id=combinations-list]').delegate('a.default', 'click', function(e){
e.preventDefault();
console.log('ok');
self.defaultProductAttribute(this.href, this);
});
};