aboutsummaryrefslogtreecommitdiffstats
path: root/web/js.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js.js')
-rw-r--r--web/js.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/js.js b/web/js.js
index 00e8fd0ba..24f1a7c05 100644
--- a/web/js.js
+++ b/web/js.js
@@ -199,6 +199,7 @@ YAHOO.extend(YAHOO.util.DDMap, YAHOO.util.DD, {
setCursor('move');
in_drag = true;
},
+ b4Drag: function(e) { },
onDrag: function(e) {
var point = get_posn(e);
if (point == mouse_pos) return false;