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') {
|
} else if (page == 'entities') {
|
||||||
if (pandora.user.ui.part.entities) {
|
if (pandora.user.ui.part.entities) {
|
||||||
pandora.openEntitiesDialog({
|
pandora.$ui.entityDialog = pandora.ui.entityDialog().open();
|
||||||
ids: [pandora.user.ui.part.entities.split('/')[0]]
|
|
||||||
});
|
|
||||||
} else {
|
} else {
|
||||||
pandora.UI.set({page: ''});
|
pandora.UI.set({page: ''});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue