This commit is contained in:
calzoneman 2013-05-12 21:37:03 -04:00
parent c7e63391f6
commit a6fff1c849
6 changed files with 24 additions and 6 deletions

View file

@ -806,7 +806,7 @@ function showLoginFrame() {
}
function showUserOpts() {
var vid = $("#ytapiplayer").detach();
PLAYER.hide();
var modal = $("<div/>").addClass("modal hide fade")
.appendTo($("body"));
var head = $("<div/>").addClass("modal-header")
@ -932,7 +932,7 @@ function showUserOpts() {
});
modal.on("hidden", function() {
vid.appendTo($("#videodiv"));
PLAYER.unhide();
applyOpts();
modal.remove();
});