From e015d9d25ec7bad90fc3e3ba67f69e6c15d6afb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gaillard?= Date: Fri, 15 Mar 2013 15:00:49 +0100 Subject: [PATCH] [-] Mobile : Bug fix : Combinations, radio buttons without select --- themes/default/mobile/js/product.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/mobile/js/product.js b/themes/default/mobile/js/product.js index c9ebf08ad..f84ddff81 100644 --- a/themes/default/mobile/js/product.js +++ b/themes/default/mobile/js/product.js @@ -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();