mirror of https://github.com/calzoneman/sync.git
Fixed formatting.
This commit is contained in:
parent
1fd8099a85
commit
48e6bcc1ac
|
@ -1845,8 +1845,7 @@ function chatOnly() {
|
||||||
handleWindowResize();
|
handleWindowResize();
|
||||||
}
|
}
|
||||||
|
|
||||||
function videoOnly()
|
function videoOnly() {
|
||||||
{
|
|
||||||
var video = $("#videowrap").detach();
|
var video = $("#videowrap").detach();
|
||||||
video.prependTo($("body"));
|
video.prependTo($("body"));
|
||||||
$("#wrap").remove();
|
$("#wrap").remove();
|
||||||
|
@ -1862,6 +1861,7 @@ function videoOnly()
|
||||||
|
|
||||||
handleWindowResize();
|
handleWindowResize();
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleWindowResize() {
|
function handleWindowResize() {
|
||||||
if ($("body").hasClass("chatOnly")) {
|
if ($("body").hasClass("chatOnly")) {
|
||||||
var h = $("body").outerHeight() - $("#chatline").outerHeight() -
|
var h = $("body").outerHeight() - $("#chatline").outerHeight() -
|
||||||
|
|
Loading…
Reference in New Issue