forked from 0x2620/pandora
default home screen: update year
This commit is contained in:
parent
e7c79f512e
commit
99856e49e7
1 changed files with 5 additions and 1 deletions
|
@ -223,7 +223,11 @@ pandora.ui.home = function() {
|
|||
})
|
||||
.appendTo(that),
|
||||
$text = $('<div>')
|
||||
.html('pan.do/ra. \u2620 2007-2012 0x2620. All Open Source.')
|
||||
.html(
|
||||
'pan.do/ra. \u2620 2007-'
|
||||
+ Ox.formatDate(new Date(), '%Y')
|
||||
+ ' 0x2620. All Open Source.'
|
||||
)
|
||||
.css({
|
||||
position: 'absolute',
|
||||
left: 0,
|
||||
|
|
Loading…
Reference in a new issue