From 1c56b3b2067526a7d4eb82499bc2ccbe501c3019 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sun, 14 Sep 2014 13:40:12 -0700 Subject: [PATCH] Editor: Define help mouse handlers --- editor/static/editing.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/editor/static/editing.js b/editor/static/editing.js index 9b441c49..8b5c2359 100644 --- a/editor/static/editing.js +++ b/editor/static/editing.js @@ -1,6 +1,14 @@ // Editor specific functions -function selectFieldChange(form) { +function selectFieldChange() { +} + +var helpOpen; + +function helpMouseover() { +} + +function helpMouseout() { } function whisperClick(event, field) {