Commit 517fc25f authored by yann300's avatar yann300

standard

parent e0030a3c
......@@ -104,7 +104,7 @@ function dragElement (elmnt) {
function dragMouseDown (e) {
e = e || window.event
if (e.button != 0) return
if (e.button !== 0) return
e.preventDefault()
// get the mouse cursor position at startup:
pos3 = e.clientX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment