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

Unified Diff: lib/prefs.js

Issue 29317001: Relocated icon and redesigned icon popup (Closed)
Patch Set: Applied Sebastian's suggestions and updated strings Created Nov. 26, 2013, 4:18 p.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
Index: lib/prefs.js
===================================================================
--- a/lib/prefs.js
+++ b/lib/prefs.js
@@ -34,7 +34,9 @@
documentation_link: "https://adblockplus.org/redirect?link=%LINK%&lang=%LANG%",
notificationdata: {},
notificationurl: "https://notification.adblockplus.org/notification.json",
- stats_total: {}
+ stats_total: {},
+ show_iconnumber: true,
+ show_popupstats: true
Wladimir Palant 2013/12/03 12:55:43 "iconnumber" doesn't really explain what this is a
Thomas Greiner 2013/12/04 10:44:50 Done.
};
let listeners = [];

Powered by Google App Engine
This is Rietveld