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