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