/[RFID]/www/rfid.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 /www/rfid.html

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

revision 48 by dpavlin, Tue Jun 23 13:50:50 2009 UTC revision 49 by dpavlin, Wed Jun 24 09:29:20 2009 UTC
# Line 18  function scan_tags() { Line 18  function scan_tags() {
18                          html += '</ul>';                          html += '</ul>';
19                  }                  }
20                  $('#tags').html( html );                  $('#tags').html( html );
21                  scan_tags();                  window.setTimeout(function(){
22                            scan_tags();
23                    },200); // re-scan every 200ms
24          });          });
25  }  }
26    

Legend:
Removed from v.48  
changed lines
  Added in v.49

  ViewVC Help
Powered by ViewVC 1.1.26