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

Unified Diff: lib/notificationHelper.js

Issue 29340749: Issue 3816 - Add hidden toggle for the new options page (Closed)
Patch Set: Update adblockplusui dependency Created April 22, 2016, 12:43 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
« no previous file with comments | « dependencies ('k') | lib/prefs.js » ('j') | metadata.common » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/notificationHelper.js
diff --git a/lib/notificationHelper.js b/lib/notificationHelper.js
index 4667bc365597dc932e7985d9608290815d13057a..c60b2703aa0b0b130293cee3a002ee9cdd266940 100644
--- a/lib/notificationHelper.js
+++ b/lib/notificationHelper.js
@@ -131,7 +131,7 @@ function notificationButtonClick(buttonIndex)
break;
case "configure":
Prefs.notifications_showui = true;
- ext.showOptions(function(page)
+ ext.showOptions(Prefs["new_options_page"], function(page)
Sebastian Noack 2016/05/12 12:35:20 Besides, duplicating logic, this also has the effe
{
page.sendMessage({
type: "app.respond",
« no previous file with comments | « dependencies ('k') | lib/prefs.js » ('j') | metadata.common » ('J')

Powered by Google App Engine
This is Rietveld