diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 0fc0684..634a41d 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,27 +1,36 @@ - + + - + + - + + - + + - + + - + + - + + - + + - + + diff --git a/src/main/webapp/js/navBar.js b/src/main/webapp/js/navBar.js index e877d22..e9c6cdf 100644 --- a/src/main/webapp/js/navBar.js +++ b/src/main/webapp/js/navBar.js @@ -21,5 +21,6 @@ function navBar(){ // } $(this).closest('div.dataTables_filter').find('label input:first').animate({width:'toggle'}); $(this).toggleClass('active'); + $(this).closest('div.dataTables_filter').find('label input:first').focus(); }); } \ No newline at end of file