default home screen: update year

This commit is contained in:
rolux 2013-02-18 17:44:23 +05:30
parent e7c79f512e
commit 99856e49e7

View file

@ -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,