aboutsummaryrefslogtreecommitdiffstats
path: root/web/js.js
diff options
context:
space:
mode:
authormatthew <matthew>2007-01-21 00:03:14 +0000
committermatthew <matthew>2007-01-21 00:03:14 +0000
commit404df7b90289206a4c6010299cc6dd7fbd8814c6 (patch)
treefb644317144464b06c7ffdbc5ef1c6a8767864b2 /web/js.js
parent83fff08ab04b222c604240c77084cc2e71f0d4fa (diff)
We don't have a drag element, so don't try to set its position.
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;