1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-14 18:44:02 +02:00

Use autofocus HTML attribute

This commit is contained in:
Jakub Vrana
2025-02-16 18:23:07 +01:00
parent 17974cdf76
commit 874b9ee746
7 changed files with 10 additions and 12 deletions

View File

@@ -152,9 +152,9 @@ function get_driver($id) {
}
/** Convert operator so it can be used in search
* @param string $operator
* @return string
*/
* @param string $operator
* @return string
*/
function convertOperator($operator) {
return $operator;
}