forked from 0x2620/pandora
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({
|
.bindEvent({
|
||||||
click: function() {
|
click: function() {
|
||||||
callback($input.url.options('value'));
|
callback && callback($input.html.options('value'));
|
||||||
that.close();
|
that.close();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue