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

Unified Diff: options.js

Issue 29322993: Issue 2677 - Reset subscriptions.xml to serve as mere test data (Closed)
Patch Set: Created July 29, 2015, 4:32 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 | « README.md ('k') | subscriptions.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: options.js
===================================================================
--- a/options.js
+++ b/options.js
@@ -319,10 +319,10 @@
recommendation.isAdsType = true;
}
else
+ {
subscription.title = element.getAttribute("specialization");
-
- if (element.getAttribute("popular"))
recommendation.isPopular = true;
+ }
recommendationsMap[subscription.url] = recommendation;
updateSubscription(subscription);
« no previous file with comments | « README.md ('k') | subscriptions.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld