/[meteor]/googlecode.com/svn/trunk/public_html/poll.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /googlecode.com/svn/trunk/public_html/poll.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 39 by andrew.betts, Sat Feb 2 16:49:20 2008 UTC revision 53 by andrew.betts, Wed Feb 27 21:58:56 2008 UTC
# Line 55  function handleresponse() { Line 55  function handleresponse() {
55                  } catch (e) { return false };                  } catch (e) { return false };
56                  newdata = pollreq.responseText;                  newdata = pollreq.responseText;
57                  while (1) {                  while (1) {
58                          var x = newdata.indexOf("<s"+"cript>p(");                          var x = newdata.indexOf("<s"+"cript>");
59                          if (x != -1) {                          if (x != -1) {
60                                  y = newdata.indexOf("</"+"script>", x);                                  y = newdata.indexOf("</"+"script>", x);
61                                  if (y != -1) {                                  if (y != -1) {

Legend:
Removed from v.39  
changed lines
  Added in v.53

  ViewVC Help
Powered by ViewVC 1.1.26