Fix synchtube layout, add placeholder text, fix alignment issue

This commit is contained in:
calzoneman 2013-04-28 13:48:22 -05:00
parent 406988aef1
commit 4bdbac3dbd
3 changed files with 14 additions and 12 deletions

View file

@ -532,6 +532,7 @@ function narrowLayout() {
function synchtubeLayout() {
$("#videodiv").detach().insertBefore($("#chatdiv"));
$("#queuediv").detach().prependTo($("#queuerow"));
}
function onYouTubeIframeAPIReady() {