No comet required on landing page

pull/735/head
John McLear 2012-05-22 21:30:50 +02:00
parent c30d2fde96
commit 9c6731f3b8
1 changed files with 1 additions and 5 deletions

View File

@ -132,11 +132,7 @@
<script src="static/custom/index.js"></script>
<script>
if ((!$.browser.msie) && (!($.browser.mozilla && $.browser.version.indexOf("1.8.") == 0)))
{
document.domain = document.domain; // for comet
}
function go2Name()
{
var padname = document.getElementById("padname").value;