smaller tweeks, larger linewidth, added year to top movies, consistent color
This commit is contained in:
parent
c76236513e
commit
5cccd6d2cc
3 changed files with 15 additions and 4 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue