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

update rev

This commit is contained in:
Luke Pulverenti 2015-09-02 16:20:26 -04:00
parent 1a97ba078c
commit ca2d1e7037
4 changed files with 11 additions and 11 deletions

View file

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