inital version of document urls

This commit is contained in:
j 2014-01-17 13:49:11 +00:00
commit 880aa60945
9 changed files with 76 additions and 24 deletions

View file

@ -71,6 +71,12 @@ pandora.ui.appPanel = function() {
!pandora.$ui.appPanel ? 'showScreen' : 'fadeInScreen'
]();
pandora.$ui.home && pandora.$ui.tv.mute();
} else if (page == 'documents') {
if (pandora.user.ui.part.documents) {
pandora.openDocumentDialog([pandora.user.ui.part.documents.split('/')[0]]);
} else {
pandora.UI.set({page: ''});
}
} else {
// open dialog
Ox.forEach(dialogPages, function(pages, dialog) {