mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 21:33:18 -07:00
A bit of CSS cleanup for activity cards
This commit is contained in:
parent
627f552976
commit
de589f59a1
3 changed files with 58 additions and 53 deletions
|
@ -494,7 +494,7 @@
|
|||
getCurrentActivity();
|
||||
}, 2000);
|
||||
|
||||
setInterval( function(){
|
||||
setInterval(function(){
|
||||
$('.progress_time_offset').each(function () {
|
||||
if ($(this).data('state') === 'playing' && $(this).data('view_offset')) {
|
||||
var view_offset = parseInt($(this).data('view_offset'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue