Fixed formatting.

This commit is contained in:
Nick Roberts 2017-07-18 23:17:53 -04:00
parent 1fd8099a85
commit 48e6bcc1ac
1 changed files with 2 additions and 2 deletions

View File

@ -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() -