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/07 10:45:13 UTC

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

Author: humbedooh
Date: Sun Feb  7 09:45:13 2016
New Revision: 1728936

URL: http://svn.apache.org/viewvc?rev=1728936&view=rev
Log:
use subproperty

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=1728936&r1=1728935&r2=1728936&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/js/steve_monitor.js (original)
+++ steve/trunk/pysteve/www/htdocs/js/steve_monitor.js Sun Feb  7 09:45:13 2016
@@ -225,7 +225,7 @@ function showChanges(issue) {
         }
         if (numvotes > 0) {
             var v = votes[issue.id]
-            sinceLast = (backlog[issue] || []).length - (oldbacklog[issue] || []).length
+            sinceLast = (backlog[issue.id] || []).length - (oldbacklog[issue.id] || []).length
             nrc = 0
             var fuid = {}
             for (var z in backlog[issue.id]) {