diff -urN content-old/smoothwheel.js content/smoothwheel.js --- content-old/smoothwheel.js 2005-05-23 23:45:52.000000000 -0400 +++ content/smoothwheel.js 2005-06-05 01:56:03.495204472 -0400 @@ -677,6 +677,9 @@ return; } + if (e.detail == -32768 || e.detail == 32768) + return; + var alreadyScrolling=(sw_velocityCurrent!=0); var now= (new Date()).getTime(); if (!alreadyScrolling){//already scrolling, do average 2