| Index: lib/prefs.js |
| =================================================================== |
| --- a/lib/prefs.js |
| +++ b/lib/prefs.js |
| @@ -33,7 +33,8 @@ |
| subscriptions_exceptionsurl: "https://easylist-downloads.adblockplus.org/exceptionrules.txt", |
| documentation_link: "https://adblockplus.org/redirect?link=%LINK%&lang=%LANG%", |
| notificationdata: {}, |
| - notificationurl: "https://notification.adblockplus.org/notification.json" |
| + notificationurl: "https://notification.adblockplus.org/notification.json", |
| + stats_total: {} |
|
Wladimir Palant
2013/09/18 09:44:41
Why store an object when we really need only a sin
Thomas Greiner
2013/09/19 09:42:29
We agreed on extending it in the near future to pr
Wladimir Palant
2013/09/19 10:56:22
I wonder what you have in mind here. Counting elem
Thomas Greiner
2013/09/20 15:09:50
There are two categories of additional data that w
|
| }; |
| let listeners = []; |