don't do scroll shenanigans on IE

This commit is contained in:
Til Schmitter 2026-04-25 13:05:07 +02:00
parent 1e42a8401e
commit 71aed49578

View file

@ -7420,7 +7420,8 @@ function onwrapscroll () {
lastY = newY; lastY = newY;
} }
window.addEventListener('scroll', onwrapscroll); if(!IE)
window.addEventListener('scroll', onwrapscroll);
function onwidgetresize(){ function onwidgetresize(){
var widget = ebi('widget'); var widget = ebi('widget');