some sanity

This commit is contained in:
John McLear 2015-01-21 13:24:21 +00:00
parent eacf1118f8
commit 34d6b31c98
4 changed files with 47 additions and 63 deletions

View file

@ -66,18 +66,6 @@ function loadBroadcastJS(socket, sendSocketMsg, fireWhenAllScriptsAreLoaded, Bro
}
}
// for IE
if (browser.msie)
{
try
{
document.execCommand("BackgroundImageCache", false, true);
}
catch (e)
{}
}
//var socket;
var channelState = "DISCONNECTED";