]> git.joonet.de Git - adminer.git/commitdiff
Editor: Define help mouse handlers
authorJakub Vrana <jakub@vrana.cz>
Sun, 14 Sep 2014 20:40:12 +0000 (13:40 -0700)
committerJakub Vrana <jakub@vrana.cz>
Sun, 14 Sep 2014 21:49:39 +0000 (14:49 -0700)
editor/static/editing.js

index 9b441c4950b75bbb75e75e3466076d8ce2459675..8b5c23598a0ade172befa7b987c71dadb226af72 100644 (file)
@@ -1,6 +1,14 @@
 // Editor specific functions
 
-function selectFieldChange(form) {
+function selectFieldChange() {
+}
+
+var helpOpen;
+
+function helpMouseover() {
+}
+
+function helpMouseout() {
 }
 
 function whisperClick(event, field) {