Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/stats.js

Issue 12326007: Fixed: Total blocked count was not saved across multiple sessions (Closed)
Patch Set: Created Oct. 2, 2013, 9:40 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/stats.js
===================================================================
--- a/lib/stats.js
+++ b/lib/stats.js
@@ -54,6 +54,7 @@
Prefs.stats_total.blocked++;
else
Prefs.stats_total.blocked = 1;
+ Prefs.stats_total = Prefs.stats_total;
let frameData = getFrameData(tabId, 0);
if (frameData)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld