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

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