Fix video not being restored when getplaylist modal is closed

This commit is contained in:
calzoneman 2015-07-26 11:41:54 -07:00
parent 74e7b25877
commit 523ebf4aea

View file

@ -487,7 +487,7 @@ $("#getplaylist").click(function() {
.val(urls)
.appendTo(body);
$("<div/>").addClass("modal-footer").appendTo(modal);
outer.on("hidden", function() {
outer.on("hidden.bs.modal", function() {
outer.remove();
unhidePlayer();
});