From a73326bfb2d04c244ab6b776d45165445e7c0529 Mon Sep 17 00:00:00 2001 From: Vincent Augagneur Date: Mon, 10 Jun 2013 10:22:44 +0200 Subject: [PATCH] [-] FO - fixed bug #PSCFV-9075 --- themes/default/js/product.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/js/product.js b/themes/default/js/product.js index 5cd19f406..7bea5e445 100644 --- a/themes/default/js/product.js +++ b/themes/default/js/product.js @@ -668,7 +668,7 @@ function getProductAttribute() url = url.substring(0, url.indexOf('#')); // set ipa to the customization form - $('#customizationForm').attr('action', $('#customizationForm').attr('action') + request) + $('#customizationForm').attr('action', $('#customizationForm').attr('action') + request); window.location = url + request; }