[-] Mobile : Bug fix : Combinations, radio buttons without select

This commit is contained in:
François Gaillard
2013-03-15 15:00:49 +01:00
parent 71819afa0b
commit e015d9d25e
+1 -1
View File
@@ -96,7 +96,7 @@ var ProductFn = (function()
return true;
}
ProductFn.already_init = true;
if ($('.attributes_group select').length) {
if ($('.attributes_group select').length || $('.attributes_group input[type=radio]').length) {
initAttrSelector();
}
ProductFn.checkMinimalQuantity();