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

Unified Diff: lib/prefs.js

Issue 5589897452716032: Implemented ext.contextMenus for Safari (Closed)
Patch Set: Created Jan. 18, 2014, 10:29 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 | « include.postload.js ('k') | options.js » ('j') | safari/background.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/prefs.js
===================================================================
--- a/lib/prefs.js
+++ b/lib/prefs.js
@@ -36,7 +36,9 @@
notificationurl: "https://notification.adblockplus.org/notification.json",
stats_total: {},
show_statsinicon: true,
- show_statsinpopup: true
+ show_statsinpopup: true,
+ shouldShowBlockElementMenu: true,
+ hidePlaceholders: true
};
let listeners = [];
« no previous file with comments | « include.postload.js ('k') | options.js » ('j') | safari/background.js » ('J')

Powered by Google App Engine
This is Rietveld