A bit of CSS cleanup for activity cards
This commit is contained in:
@@ -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'));
|
||||
|
Reference in New Issue
Block a user