forked from 0x2620/pandora
update entity dialog
This commit is contained in:
parent
9d5aae4197
commit
ad4e2eb09a
1 changed files with 2 additions and 0 deletions
|
@ -17,7 +17,9 @@ pandora.ui.entityDialog = function() {
|
||||||
})
|
})
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
click: function() {
|
click: function() {
|
||||||
|
var part = ui.part.entities;
|
||||||
that.close();
|
that.close();
|
||||||
|
ui.set({'part.entities': part});
|
||||||
pandora.$ui.entitiesDialog = pandora.ui.entitiesDialog().open();
|
pandora.$ui.entitiesDialog = pandora.ui.entitiesDialog().open();
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in a new issue