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