From: erickson Date: Thu, 27 Jul 2006 22:23:12 +0000 (+0000) Subject: better renew failure handling X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c39d5f45a60dcb33cc875d523635c4e001443b1d;p=Evergreen.git better renew failure handling git-svn-id: svn://svn.open-ils.org/ILS/trunk@5142 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/skin/default/js/myopac.js b/Open-ILS/web/opac/skin/default/js/myopac.js index a6c38d4abf..0838ab3d0d 100644 --- a/Open-ILS/web/opac/skin/default/js/myopac.js +++ b/Open-ILS/web/opac/skin/default/js/myopac.js @@ -235,6 +235,7 @@ function myOPACRenewCirc(circid) { var req = new Request(RENEW_CIRC, G.user.session, { patron : G.user.id(), copyid : circ.target_copy() } ); + req.request.alertEvent = false; req.send(true); var res = req.result(); @@ -243,8 +244,6 @@ function myOPACRenewCirc(circid) { return; } - - alert($('myopac_renew_success').innerHTML); checkedDrawn = false; myOPACShowChecked();