Skip to content

Commit

Permalink
[-] FO : Mobile, bug fix (JS page reload on OPC)
Browse files Browse the repository at this point in the history
  • Loading branch information
François Gaillard committed Dec 18, 2012
1 parent b390a51 commit 02dd4b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/default/mobile/js/opc.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ function initEvent()
success: function(json)
{
window.location.href = orderOpcUrl+'#cgv_checkbox';
window.location.reload(true);
}
});
});
Expand Down

0 comments on commit 02dd4b1

Please sign in to comment.