Update jquery.flot.navigate.js

BUGFIX navigation wheel scrolls page.
master
vird 13 years ago
parent a2503c2e84
commit 5594e33842

@ -135,6 +135,7 @@ Licensed under the MIT License ~ http://threedubmedia.googlecode.com/files/MIT-L
}
function onMouseWheel(e, delta) {
e.preventDefault();
onZoomClick(e, delta < 0);
return false;
}

Loading…
Cancel
Save