forked from 0x2620/pandora
fix JS error in main menu
This commit is contained in:
parent
63a85f03cb
commit
60101d593d
1 changed files with 1 additions and 1 deletions
|
@ -737,7 +737,7 @@ pandora.ui.mainMenu = function() {
|
|||
}
|
||||
},
|
||||
pandora_listview: function(data) {
|
||||
that.checkItem('viewMenu_items_' + data.value);
|
||||
that.checkItem('viewMenu_movies_' + data.value);
|
||||
if (
|
||||
pandora.isClipView() != pandora.isClipView(data.previousValue)
|
||||
|| pandora.isVideoView() != pandora.isVideoView(data.previousValue)
|
||||
|
|
Loading…
Reference in a new issue