mirror of
https://github.com/vrana/adminer.git
synced 2025-08-23 22:52:51 +02:00
Editor: Define help mouse handlers
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
// Editor specific functions
|
||||
|
||||
function selectFieldChange(form) {
|
||||
function selectFieldChange() {
|
||||
}
|
||||
|
||||
var helpOpen;
|
||||
|
||||
function helpMouseover() {
|
||||
}
|
||||
|
||||
function helpMouseout() {
|
||||
}
|
||||
|
||||
function whisperClick(event, field) {
|
||||
|
Reference in New Issue
Block a user