From aff3f84e6b11dacb0c17222f127d0ddfe8d6a2dc Mon Sep 17 00:00:00 2001 From: miker Date: Sat, 12 May 2007 04:09:09 +0000 Subject: [PATCH] do not attempt focus()ing git-svn-id: svn://svn.open-ils.org/ILS/trunk@7260 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/reports/xul/template-config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/web/reports/xul/template-config.js b/Open-ILS/web/reports/xul/template-config.js index b4e15a3b72..f573d6df1b 100644 --- a/Open-ILS/web/reports/xul/template-config.js +++ b/Open-ILS/web/reports/xul/template-config.js @@ -234,7 +234,6 @@ function alterColumnTransform (trans) { renderSources(true); tree.view.selection.select( item_pos ); - item.focus(); return true; } -- 2.11.0