1
0
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:
Jakub Vrana
2014-09-14 13:40:12 -07:00
parent 594085c6f5
commit 1c56b3b206

View File

@@ -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) {