Increase width of user watch time stats

This commit is contained in:
Jonathan Wong 2015-10-13 20:59:24 -07:00
commit 60b330573e
2 changed files with 7 additions and 6 deletions

View file

@ -32,13 +32,14 @@ DOCUMENTATION :: END
<h3>${a['total_plays']}</h3>
<p>plays</p>
<h3><strong>/</strong></h3>
<span id="total-time-${a['query_days']}"></span>
<span id="total-time-${a['query_days']}">
<script>
$('#total-time-${a['query_days']}').html(humanTime(${a['total_time']}));
</script>
</span>
</div>
</li>
</div>
<script>
$('#total-time-${a['query_days']}').html(humanTime(${a['total_time']}));
</script>
% endfor
</ul>
% else: