From 99856e49e7505c7bd3046fcf9aa1f2f83beef24f Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 18 Feb 2013 17:44:23 +0530 Subject: [PATCH] default home screen: update year --- static/js/pandora/home.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/js/pandora/home.js b/static/js/pandora/home.js index 1d2881fb1..cc788264d 100644 --- a/static/js/pandora/home.js +++ b/static/js/pandora/home.js @@ -223,7 +223,11 @@ pandora.ui.home = function() { }) .appendTo(that), $text = $('
') - .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,