allow for navigation between data fdialogs, fixes #376

This commit is contained in:
rolux 2012-03-23 09:02:55 +00:00
commit a2ae4eb6cc
6 changed files with 20 additions and 6 deletions

View file

@ -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();
}
}),
{},