Corrections, and first test of Circ toolbar
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / js / staff-global.js
1 // staff-global.js
2
3  $(document).ready(function() {
4         $(".focus").focus();
5         $('#toplevelmenu').clickMenu(); 
6         $('#header_search').tabs({
7     onShow: function() {
8         alert($('#header_search').children("div:visible").children("input:eq(0)").focus());
9     }
10 });
11  });
12  
13