From 6f178cca352a960dcb96b08f14bea68f50c03ec7 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 4 Nov 2012 12:22:43 +0100 Subject: [PATCH] 0xdb home: auto-update byline --- static/js/pandora/home.0xdb.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/js/pandora/home.0xdb.js b/static/js/pandora/home.0xdb.js index 1d6738908..5dbdfc926 100644 --- a/static/js/pandora/home.0xdb.js +++ b/static/js/pandora/home.0xdb.js @@ -222,7 +222,11 @@ pandora.ui.home = function() { }) .appendTo(that), $text = $('
') - .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,