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

Unified Diff: desktop-options.js

Issue 29573905: Issue 4580 - Replace ext.devtools with devtools Base URL: https://hg.adblockplus.org/adblockplusui/
Patch Set: Rebase Created Oct. 18, 2017, 1:37 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 | « background.js ('k') | devtools-panel.html » ('j') | polyfill.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: desktop-options.js
===================================================================
--- a/desktop-options.js
+++ b/desktop-options.js
@@ -1208,17 +1208,17 @@
case "downloading":
case "downloadStatus":
case "homepage":
case "lastDownload":
case "title":
updateSubscription(subscription);
break;
case "added":
- let {url, recommended} = subscription;
+ let {url} = subscription;
// Handle custom subscription
if (/^~user/.test(url))
{
loadCustomFilters(subscription.filters);
return;
}
else if (url in subscriptionsMap)
updateSubscription(subscription);
« no previous file with comments | « background.js ('k') | devtools-panel.html » ('j') | polyfill.js » ('J')

Powered by Google App Engine
This is Rietveld