You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by hu...@apache.org on 2016/02/05 11:58:53 UTC

svn commit: r1728636 - /steve/trunk/pysteve/www/htdocs/js/steve_monitor.js

Author: humbedooh
Date: Fri Feb  5 10:58:53 2016
New Revision: 1728636

URL: http://svn.apache.org/viewvc?rev=1728636&view=rev
Log:
typo

Modified:
    steve/trunk/pysteve/www/htdocs/js/steve_monitor.js

Modified: steve/trunk/pysteve/www/htdocs/js/steve_monitor.js
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/js/steve_monitor.js?rev=1728636&r1=1728635&r2=1728636&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/js/steve_monitor.js (original)
+++ steve/trunk/pysteve/www/htdocs/js/steve_monitor.js Fri Feb  5 10:58:53 2016
@@ -61,7 +61,7 @@ function saveData(election) {
             oldvotes: oldvotes,
             recasts: recasts,
             recasters: recasters,
-            rigged: rigger,
+            rigged: rigged,
             riggedIssues: riggedIssues
         }
         window.localStorage.SetItem("monitor_" + election, JSON.stringify(js))