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

fix missing file

This commit is contained in:
Luke Pulverenti 2015-10-14 18:35:32 -04:00
parent 1fbb32df8c
commit 520cea9b43
9 changed files with 25 additions and 15 deletions

View file

@ -26,8 +26,8 @@
*/
var $w = $(window);
var thresholdX = Math.max(screen.availWidth * .5);
var thresholdY = Math.max(screen.availHeight * .5);
var thresholdX = Math.max(screen.availWidth);
var thresholdY = Math.max(screen.availHeight);
function visibleInViewport(elem, partial, hidden, direction) {