mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update rev
This commit is contained in:
parent
1a97ba078c
commit
ca2d1e7037
4 changed files with 11 additions and 11 deletions
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue