forked from 0x2620/pandora
allow for navigation between data fdialogs, fixes #376
This commit is contained in:
parent
ab0966c6aa
commit
a2ae4eb6cc
6 changed files with 20 additions and 6 deletions
|
|
@ -114,7 +114,10 @@ pandora.ui.titlesDialog = function() {
|
|||
title: 'Manage Names...'
|
||||
}).bindEvent({
|
||||
click: function() {
|
||||
// ...
|
||||
that.close();
|
||||
(pandora.$ui.namesDialog || (
|
||||
pandora.$ui.namesDialog = pandora.ui.namesDialog()
|
||||
)).open();
|
||||
}
|
||||
}),
|
||||
{},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue