mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 17:44:07 +02:00
Set source checkbox only in click without Shift
This commit is contained in:
@@ -152,8 +152,9 @@ function checkboxClick(event, el) {
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
lastChecked = el;
|
||||
}
|
||||
lastChecked = el;
|
||||
}
|
||||
|
||||
/** Set HTML code of an element
|
||||
|
Reference in New Issue
Block a user