From 0ad49ad30333bc9e5b92d0378319a4110025a1fa Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 26 Apr 2013 10:43:10 +0200 Subject: [PATCH] files dialog: include embed dialog --- static/js/pandora/filesDialog.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/js/pandora/filesDialog.js b/static/js/pandora/filesDialog.js index 903eac971..cd22980b8 100644 --- a/static/js/pandora/filesDialog.js +++ b/static/js/pandora/filesDialog.js @@ -148,7 +148,9 @@ pandora.ui.filesDialog = function() { }) .bindEvent({ click: function() { - + pandora.ui.embedFileDialog( + $list.options('selected')[0] + ).open(); } }),