main menu: update print view handler

This commit is contained in:
rolux 2013-07-12 12:29:58 +02:00
parent b2e752e930
commit d69b28e3b1
1 changed files with 1 additions and 1 deletions

View File

@ -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'});