Group Permissions: Set focus to search box on page load.
This commit is contained in:
parent
59bb7d04c7
commit
f056630e29
|
|
@ -330,6 +330,10 @@ require_once "resources/require.php";
|
|||
echo " }\n";
|
||||
echo " }\n";
|
||||
echo " }\n";
|
||||
echo "\n";
|
||||
echo " $( document ).ready(function() {\n";
|
||||
echo " $('#group_permission_search').focus();\n";
|
||||
echo " });\n";
|
||||
echo "</script>\n";
|
||||
|
||||
//show the content
|
||||
|
|
|
|||
Loading…
Reference in New Issue