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:59:21 UTC

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

Author: humbedooh
Date: Fri Feb  5 10:59:21 2016
New Revision: 1728637

URL: http://svn.apache.org/viewvc?rev=1728637&view=rev
Log:
one more 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=1728637&r1=1728636&r2=1728637&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:59:21 2016
@@ -64,7 +64,7 @@ function saveData(election) {
             rigged: rigged,
             riggedIssues: riggedIssues
         }
-        window.localStorage.SetItem("monitor_" + election, JSON.stringify(js))
+        window.localStorage.setItem("monitor_" + election, JSON.stringify(js))
     }
 }