mirror of
https://github.com/vrana/adminer.git
synced 2025-08-23 06:32:55 +02:00
Support Shift+click in server export
This commit is contained in:
@@ -404,6 +404,19 @@ function partitionNameChange() {
|
||||
|
||||
|
||||
|
||||
/** Uncheck 'all' checkbox
|
||||
* @param MouseEvent
|
||||
* @this HTMLTableElement
|
||||
*/
|
||||
function dumpClick(event) {
|
||||
var el = parentTag(getTarget(event), 'label');
|
||||
if (el) {
|
||||
checkboxClick.call(el.firstChild, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/** Add row for foreign key
|
||||
* @this HTMLSelectElement
|
||||
*/
|
||||
|
Reference in New Issue
Block a user