From 5b685679d4a481e3e4b5698daecabb5e6960e2de Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 28 Oct 2011 20:28:40 +0200 Subject: [PATCH] fix releasedata again, was eaten in merge --- static/js/pandora/infoView.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/pandora/infoView.js b/static/js/pandora/infoView.js index 92382a49..0ef654a8 100644 --- a/static/js/pandora/infoView.js +++ b/static/js/pandora/infoView.js @@ -340,10 +340,10 @@ pandora.ui.infoView = function(data) { ) .appendTo($text); - data.releaseDate && $('
') + data.releasedate && $('
') .css(css) .html( - formatKey('Release Date') + Ox.formatDate(data.releaseDate, '%A, %B %e, %Y') + formatKey('Release Date') + Ox.formatDate(data.releasedate, '%A, %B %e, %Y') ) .appendTo($text);