items have no statusbar

This commit is contained in:
j 2011-11-06 20:59:50 +01:00
parent f86fbf20db
commit 52f95b3ca4
2 changed files with 1 additions and 7 deletions

View file

@ -91,7 +91,7 @@ pandora.ui.clipList = function(videoRatio) {
.bindEvent({ .bindEvent({
init: function(data) { init: function(data) {
// fixme: status needs an overhaul // fixme: status needs an overhaul
if (!ui.item) { if (!ui.item && pandora.$ui.total) {
pandora.$ui.total.html(pandora.ui.status('total', data)); pandora.$ui.total.html(pandora.ui.status('total', data));
} }
}, },

View file

@ -360,12 +360,6 @@ pandora.ui.item = function() {
}) })
); );
} }
if (result.data) {
var director = result.data.director ? ' ('+result.data.director.join(', ') + ')' : '';
pandora.$ui.total.html(result.data.title + director);
}
}); });
return that; return that;