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

Unified Diff: lib/prefs.js

Issue 29317074: Issue 2693 - Update adblockplus dependency (Closed)
Patch Set: fix js event name Created June 22, 2015, 10:11 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
Index: lib/prefs.js
diff --git a/lib/prefs.js b/lib/prefs.js
index e852cbf895acdefddd3ec6205cec310fbaf7c62e..f93abf3db1cf300da7b8b6f61617f6c5cca98b93 100644
--- a/lib/prefs.js
+++ b/lib/prefs.js
@@ -41,7 +41,8 @@ let defaults = {
update_hard_expiration: 0,
currentVersion: "0.0",
notificationdata: {},
- notificationurl: "https://notification.adblockplus.org/notification.json"
+ notificationurl: "https://notification.adblockplus.org/notification.json",
+ notifications_ignoredcategories: [],
};
let values = Object.create(defaults);

Powered by Google App Engine
This is Rietveld