0xdb home: auto-update byline
This commit is contained in:
parent
2126f642c3
commit
6f178cca35
1 changed files with 5 additions and 1 deletions
|
@ -222,7 +222,11 @@ pandora.ui.home = function() {
|
|||
})
|
||||
.appendTo(that),
|
||||
$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({
|
||||
position: 'absolute',
|
||||
left: 0,
|
||||
|
|
Loading…
Reference in a new issue