no list on indiancine.ma, fixes #1568

This commit is contained in:
j 2013-06-06 09:11:48 +00:00
parent 4d9635ab70
commit b005fde551
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ pandora.ui.infoView = function(data) {
iconLeft = iconSize == 256 ? Math.floor((iconSize - iconWidth) / 2) : 0,
borderRadius = ui.icons == 'posters' ? 0 : iconSize / 8,
isCopyrighted = !data.year || parseInt(data.year) + 60 >= new Date().getFullYear(),
listWidth = 144 + Ox.UI.SCROLLBAR_SIZE,
listWidth = 0,
margin = 16,
nameKeys = [
'director', 'producer', 'codirector', 'writer', 'cinematographer',