From 45f799a7de8b370180f2e01c0e5da41ab572478c Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 23 Jul 2009 09:44:02 -0500 Subject: [PATCH] Minor change to fix Bug 3086, Can't close circulation date-picker popup in Internet Explorer I don't know why this edit fixes the problem, but it does. Tested in IE6, IE7, and IE8 on Windows XP. Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl index 050c72c180..e261b9f6af 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl @@ -282,7 +282,7 @@ No patron matched } }; function refocus(calendar) { - document.getElementById('barcode').focus(); + $('#barcode').focus(); calendar.hide(); }; //#TODO - ADD syspref (AllowPostDatedCheckouts). -- 2.39.2