mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 19:44:00 +02:00
Remove eventStop() used by AJAXification in past
This commit is contained in:
@@ -9,7 +9,6 @@ function whisperClick(event, field) {
|
||||
field.value = el.firstChild.data;
|
||||
field.previousSibling.value = decodeURIComponent(el.href.replace(/.*=/, ''));
|
||||
field.nextSibling.style.display = 'none';
|
||||
eventStop(event);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user