0xdb home: auto-update byline

This commit is contained in:
rolux 2012-11-04 12:22:43 +01:00
parent 2126f642c3
commit 6f178cca35

View file

@ -222,7 +222,11 @@ pandora.ui.home = function() {
}) })
.appendTo(that), .appendTo(that),
$text = $('<div>') $text = $('<div>')
.html('A Movie Database. \u2620 2007-2012 0x2620. All Open Source.') .html(
'A Movie Database. \u2620 2007-'
+ Ox.formatDate(new Date(), '%Y')
+ ' 0x2620. All Open Source.'
)
.css({ .css({
position: 'absolute', position: 'absolute',
left: 0, left: 0,