[-] FO : Mobile, bug fix (JS page reload on OPC)

This commit is contained in:
François Gaillard
2012-12-18 16:26:40 +01:00
parent b390a51333
commit 02dd4b1d62
+1
View File
@@ -81,6 +81,7 @@ function initEvent()
success: function(json)
{
window.location.href = orderOpcUrl+'#cgv_checkbox';
window.location.reload(true);
}
});
});