forked from 0x2620/pandora
entities handler (testing...)
This commit is contained in:
parent
d74bbcba60
commit
40083923cb
1 changed files with 1 additions and 3 deletions
|
@ -81,9 +81,7 @@ pandora.ui.appPanel = function() {
|
|||
}
|
||||
} else if (page == 'entities') {
|
||||
if (pandora.user.ui.part.entities) {
|
||||
pandora.openEntitiesDialog({
|
||||
ids: [pandora.user.ui.part.entities.split('/')[0]]
|
||||
});
|
||||
pandora.$ui.entityDialog = pandora.ui.entityDialog().open();
|
||||
} else {
|
||||
pandora.UI.set({page: ''});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue