forked from 0x2620/pandora
fix navigation view status text
This commit is contained in:
parent
52cab09764
commit
fc32ff503f
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ pandora.ui.navigationView = function(type, videoRatio) {
|
|||
|
||||
}
|
||||
|
||||
updateStatusbar();
|
||||
updateStatusbar(0);
|
||||
|
||||
function selectItem(data) {
|
||||
var id = data.id || '';
|
||||
|
|
Loading…
Reference in a new issue