[open-ils-commits] r10075 - branches/rel_1_2/Open-ILS/web/opac/skin/default/js

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Jul 18 13:20:13 EDT 2008


Author: erickson
Date: 2008-07-18 13:20:10 -0400 (Fri, 18 Jul 2008)
New Revision: 10075

Modified:
   branches/rel_1_2/Open-ILS/web/opac/skin/default/js/adv_global.js
Log:
focus first search box on clear

Modified: branches/rel_1_2/Open-ILS/web/opac/skin/default/js/adv_global.js
===================================================================
--- branches/rel_1_2/Open-ILS/web/opac/skin/default/js/adv_global.js	2008-07-18 15:00:41 UTC (rev 10074)
+++ branches/rel_1_2/Open-ILS/web/opac/skin/default/js/adv_global.js	2008-07-18 17:20:10 UTC (rev 10075)
@@ -76,6 +76,7 @@
             setSelector($n(rows[t], 'type'), 'keyword');
         }
     }
+    $n(rows[0], 'term').focus();
 }
 
 



More information about the open-ils-commits mailing list