forked from 0x2620/pandora
items have no statusbar
This commit is contained in:
parent
f86fbf20db
commit
52f95b3ca4
2 changed files with 1 additions and 7 deletions
|
@ -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));
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue