update embed dialog

This commit is contained in:
rolux 2014-02-19 11:32:04 +05:30
parent fdade7877d
commit be92126d22

View file

@ -168,7 +168,7 @@ pandora.ui.embedDialog = function(/*[url, ]callback*/) {
})
.bindEvent({
click: function() {
callback($input.url.options('value'));
callback && callback($input.html.options('value'));
that.close();
}
})