From: berick Date: Fri, 25 Mar 2011 16:31:23 +0000 (-0400) Subject: after CC payment confirmation cancel, refresh page to clear stale data X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1bb07097917d56ea4adf4fbe66234574ba428f72;p=evergreen%2Fequinox.git after CC payment confirmation cancel, refresh page to clear stale data --- diff --git a/Open-ILS/web/opac/skin/kcls/js/myopac.js b/Open-ILS/web/opac/skin/kcls/js/myopac.js index 784e44ba78..95e56e252e 100644 --- a/Open-ILS/web/opac/skin/kcls/js/myopac.js +++ b/Open-ILS/web/opac/skin/kcls/js/myopac.js @@ -1711,8 +1711,9 @@ function drawPayFinesPage(patron, total, xacts, onPaymentSubmit) { dojo.connect(payConfirmCancel, 'onClick', function() { - unHideMe($('pay_fines_now')); - hideMe($('pay_fines_confirm')); + location.href = location.href; + //unHideMe($('pay_fines_now')); + //hideMe($('pay_fines_confirm')); } );