mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
don't do scroll shenanigans on IE
This commit is contained in:
parent
1e42a8401e
commit
71aed49578
|
|
@ -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');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue