<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>static/favicon.ico</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -7,5 +7,9 @@ handlers:
 - url: /static
   static_dir: static
 
+- url: /favicon.ico
+  static_files: static/favicon.ico
+  upload: static/favicon.ico
+
 - url: .*
   script: heliosvoting.py</diff>
      <filename>app.yaml</filename>
    </modified>
    <modified>
      <diff>@@ -60,6 +60,13 @@ function when_ready_verify_ballots_and_tally() {
     }
 }
 
+NUM_VOTES = 0;
+
+function increment_vote_tally_count() {
+    NUM_VOTES += 1;
+    \$('#num_votes').html(NUM_VOTES);
+}
+
 function verify_ballots_and_tally() {
     // check that ballots are here
     for (var i=0; i&lt;VOTER_LIST.length; i++) {
@@ -112,7 +119,9 @@ function verify_ballots_and_tally() {
             }
         });
         
-        VALID_P = VALID_P &amp;&amp; this_vote_result;        
+        VALID_P = VALID_P &amp;&amp; this_vote_result;
+        
+        increment_vote_tally_count();
     });
     
     // are we okay?</diff>
      <filename>templates/election/drive_tally.tmpl</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3ba5a5e2f743e0280aeffba264574529fbe47a61</id>
    </parent>
  </parents>
  <author>
    <name>Ben Adida</name>
    <email>ben@adida.net</email>
  </author>
  <url>http://github.com/benadida/helios/commit/e94988119686ab4778a1fcb4cfba6f41f7c46c6c</url>
  <id>e94988119686ab4778a1fcb4cfba6f41f7c46c6c</id>
  <committed-date>2008-08-19T10:15:28-07:00</committed-date>
  <authored-date>2008-08-19T10:15:28-07:00</authored-date>
  <message>added favicon and added tally dynamic counting for user-managed elections.</message>
  <tree>b28b86965690af58aebc0cf519a81e360b40300f</tree>
  <committer>
    <name>Ben Adida</name>
    <email>ben@adida.net</email>
  </committer>
</commit>
