From: miker Date: Sat, 12 May 2007 04:09:09 +0000 (+0000) Subject: do not attempt focus()ing X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=aff3f84e6b11dacb0c17222f127d0ddfe8d6a2dc;p=Evergreen.git do not attempt focus()ing git-svn-id: svn://svn.open-ils.org/ILS/trunk@7260 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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; }