files dialog: include embed dialog
This commit is contained in:
parent
75cc23f4b2
commit
0ad49ad303
1 changed files with 3 additions and 1 deletions
|
@ -148,7 +148,9 @@ pandora.ui.filesDialog = function() {
|
||||||
})
|
})
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
click: function() {
|
click: function() {
|
||||||
|
pandora.ui.embedFileDialog(
|
||||||
|
$list.options('selected')[0]
|
||||||
|
).open();
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue