--- googlecode.com/svn/trunk/public_html/poll.html 2007/08/02 09:29:07 28 +++ googlecode.com/svn/trunk/public_html/poll.html 2007/10/10 22:18:30 29 @@ -114,7 +114,18 @@ setTimeout(poll, x); } +function guard() { + var url = get("subsurl"); + if (typeof(url)=="undefined") { + pollreq.abort(); + delete pollreq; + clearTimeout(polltimer); + } +} + poll(); +guard(); +