--- googlecode.com/svn/trunk/public_html/meteor.js 2007/05/20 14:03:10 23 +++ googlecode.com/svn/trunk/public_html/meteor.js 2007/05/20 14:19:00 24 @@ -127,7 +127,7 @@ this.pingtimer = setTimeout(f, this.pingtimeout); } else { - this.createIframe("http://"+this.subdomain+"."+location.hostname+"/poll.html&nc="+t); + this.createIframe("http://"+this.subdomain+"."+location.hostname+"/poll.html?nc="+t); this.recvtimes[0] = t; if (this.updatepollfreqtimer) clearTimeout(this.updatepollfreqtimer); this.updatepollfreqtimer = setInterval(this.updatepollfreq.bind(this), 2500);