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

Unified Diff: popup.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
Index: popup.js
diff --git a/popup.js b/popup.js
index d611a7b44aa3bfd718e15635d0ec99297413008e..3d6dc4cc1eaff7c48475639b27173f45bacd299f 100644
--- a/popup.js
+++ b/popup.js
@@ -70,7 +70,7 @@ function onLoad()
document.getElementById("clickhide-cancel").addEventListener("click", cancelClickHide, false);
document.getElementById("options").addEventListener("click", function()
{
- ext.showOptions();
+ ext.showOptions(Prefs["new_options_page"]);
}, false);
// Set up collapsing of menu items
« metadata.common ('K') | « metadata.common ('k') | safari/ext/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld