From ec98bdc0edd25bbbe901bbeef3e306f9407d8c64 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 24 Jun 2015 15:48:18 -0400 Subject: [PATCH] JBAS-769 Increase CHS print dialog timeout With larger print list, the print dialog needs more time before closing to ensure all print data is successfully delivered to the printer. Signed-off-by: Bill Erickson --- Open-ILS/web/opac/extras/circ/alt_holds_print.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/extras/circ/alt_holds_print.js b/Open-ILS/web/opac/extras/circ/alt_holds_print.js index 06a6c48c61..4075a98f86 100644 --- a/Open-ILS/web/opac/extras/circ/alt_holds_print.js +++ b/Open-ILS/web/opac/extras/circ/alt_holds_print.js @@ -250,7 +250,7 @@ function do_clear_holds_from_cache(cache_key) { function() { if (any) window.print(); else alert(dojo.byId("no_results").innerHTML); - }, 500 /* give the progress_dialog more time to go away */ + }, 2000 /* give the progress_dialog more time to go away */ ); } } -- 2.11.0