A bit of CSS cleanup for activity cards

This commit is contained in:
JonnyWong16 2017-11-04 23:12:05 -07:00
commit de589f59a1
3 changed files with 58 additions and 53 deletions

View file

@ -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'));