Fixes
This commit is contained in:
parent
c7e63391f6
commit
a6fff1c849
6 changed files with 24 additions and 6 deletions
|
|
@ -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();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue