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();
|
||||
}
|
||||
|
||||
function videoOnly()
|
||||
{
|
||||
function videoOnly() {
|
||||
var video = $("#videowrap").detach();
|
||||
video.prependTo($("body"));
|
||||
$("#wrap").remove();
|
||||
|
@ -1862,6 +1861,7 @@ function videoOnly()
|
|||
|
||||
handleWindowResize();
|
||||
}
|
||||
|
||||
function handleWindowResize() {
|
||||
if ($("body").hasClass("chatOnly")) {
|
||||
var h = $("body").outerHeight() - $("#chatline").outerHeight() -
|
||||
|
|
Loading…
Reference in New Issue