mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 10:04:07 +02:00
Increase click target for checkboxes (thanks to Roman)
This commit is contained in:
@@ -416,7 +416,7 @@ function columnShow(checked, column) {
|
||||
*/
|
||||
function editingHideDefaults() {
|
||||
if (innerWidth < document.documentElement.scrollWidth) {
|
||||
document.getElementById('defaults').checked = false;
|
||||
document.getElementById('form')['defaults'].checked = false;
|
||||
columnShow(false, 5);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user