mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
CSS: Hide menu on mobile
This commit is contained in:
@@ -353,7 +353,7 @@ function search_tables(): void {
|
||||
|
||||
/** Return events to display help on mouse over
|
||||
* @param string $command JS expression
|
||||
* @param int $side JS expression
|
||||
* @param int $side 0 top, 1 left
|
||||
*/
|
||||
function on_help(string $command, int $side = 0): string {
|
||||
return script("mixin(qsl('select, input'), {onmouseover: function (event) { helpMouseover.call(this, event, $command, $side) }, onmouseout: helpMouseout});", "");
|
||||
|
Reference in New Issue
Block a user