inital version of document urls
This commit is contained in:
parent
dada4cbf4c
commit
880aa60945
9 changed files with 76 additions and 24 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue