smaller tweeks, larger linewidth, added year to top movies, consistent color

This commit is contained in:
Walker Waylon Scott 2017-07-19 13:04:06 -05:00
parent c76236513e
commit 5cccd6d2cc
3 changed files with 15 additions and 4 deletions

View file

@ -84,6 +84,7 @@ var data = {
$('#year').html(year)
$('#score').html(score)
$('#gross').html(gross)
$('#top-movies-year').html(' for ' + year)
if ((performance.now() - window.last_update)>update_freq)
{
window.last_update = performance.now()