mirror of
https://github.com/vrana/adminer.git
synced 2025-08-17 03:53:59 +02:00
Support one click search in Editor
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
function bodyLoad(version) {
|
||||
}
|
||||
|
||||
function selectFieldChange(form) {
|
||||
}
|
||||
|
||||
function whisperClick(event, field) {
|
||||
var el = event.target || event.srcElement;
|
||||
if (/^a$/i.test(el.tagName) && !(event.button || event.ctrlKey || event.shiftKey || event.altKey || event.metaKey)) {
|
||||
|
Reference in New Issue
Block a user