mirror of https://github.com/calzoneman/sync.git
Fix video not being restored when getplaylist modal is closed
This commit is contained in:
parent
74e7b25877
commit
523ebf4aea
|
@ -487,7 +487,7 @@ $("#getplaylist").click(function() {
|
||||||
.val(urls)
|
.val(urls)
|
||||||
.appendTo(body);
|
.appendTo(body);
|
||||||
$("<div/>").addClass("modal-footer").appendTo(modal);
|
$("<div/>").addClass("modal-footer").appendTo(modal);
|
||||||
outer.on("hidden", function() {
|
outer.on("hidden.bs.modal", function() {
|
||||||
outer.remove();
|
outer.remove();
|
||||||
unhidePlayer();
|
unhidePlayer();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue