From 02dd4b1d6298d2ed79dbc87d9a46b9b2002fcfea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gaillard?= Date: Tue, 18 Dec 2012 16:26:40 +0100 Subject: [PATCH] [-] FO : Mobile, bug fix (JS page reload on OPC) --- themes/default/mobile/js/opc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default/mobile/js/opc.js b/themes/default/mobile/js/opc.js index 5a4a9d453..6dc93fc7d 100644 --- a/themes/default/mobile/js/opc.js +++ b/themes/default/mobile/js/opc.js @@ -81,6 +81,7 @@ function initEvent() success: function(json) { window.location.href = orderOpcUrl+'#cgv_checkbox'; + window.location.reload(true); } }); });