forked from 0x2620/pandora
main menu: update print view handler
This commit is contained in:
parent
b2e752e930
commit
d69b28e3b1
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ pandora.ui.mainMenu = function() {
|
|||
} else if (data.id == 'deletelist') {
|
||||
pandora.ui.deleteListDialog().open();
|
||||
} else if (data.id == 'print') {
|
||||
window.open(document.location.href + '#?print=true', '_blank');
|
||||
window.open(document.location.href + '#print', '_blank');
|
||||
} else if (data.id == 'tv') {
|
||||
pandora.UI.set({'part.tv': ui._list});
|
||||
pandora.UI.set({page: 'tv'});
|
||||
|
|
Loading…
Reference in a new issue