1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

beta fixes

This commit is contained in:
Luke Pulverenti 2015-03-21 12:10:02 -04:00
parent 7548d97912
commit 598ac483e0
2 changed files with 4 additions and 4 deletions

View file

@ -51,8 +51,8 @@
images = images.not(loaded);
}
$w.scroll(unveil);
$w.resize(unveil);
$w.on('scroll.unveil', unveil);
$w.on('resize.unveil', unveil);
unveil();