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

display browser version

This commit is contained in:
Luke Pulverenti 2013-07-28 09:58:26 -04:00
parent 979deb4ccb
commit d9147f8aa8
4 changed files with 24 additions and 8 deletions

View file

@ -11,7 +11,7 @@
'Did you know that the trailer plugin can automatically download trailers for existing movies in your collection?'
];
var random = Math.floor((Math.random() * tips.length * 2));
var random = Math.floor((Math.random() * tips.length * 1.5));
var tip = tips[random];