update embed dialog
This commit is contained in:
parent
fdade7877d
commit
be92126d22
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue