From 7ce7b2ce195e5269ebdccd0980052bffd6653917 Mon Sep 17 00:00:00 2001 From: gmc Date: Mon, 27 Sep 2010 01:43:12 +0000 Subject: [PATCH] avoid multiple clicks of selfcheck logout link Signed-off-by: Galen Charlton git-svn-id: svn://svn.open-ils.org/ILS/trunk@18021 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js b/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js index 4ef30e5c7d..aeeacefce3 100644 --- a/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js +++ b/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js @@ -1447,6 +1447,7 @@ SelfCheckManager.prototype.printFinesReceipt = function(callback) { * Logout the patron and return to the login page */ SelfCheckManager.prototype.logoutPatron = function(print) { + progressDialog.show(true); // prevent patron from clicking logout link twice if(print && this.checkouts.length) { this.printSessionReceipt( function() { -- 2.43.2