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

Unified Diff: background.js

Issue 29339395: Noissue - Make the options page respond to subscription title and homepage changes (Closed)
Patch Set: Addressed comments Created April 6, 2016, 5:25 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 | « no previous file | messageResponder.js » ('j') | options.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: background.js
===================================================================
--- a/background.js
+++ b/background.js
@@ -138,7 +138,6 @@
Subscription: function(url)
{
this.url = url;
- this.title = "Subscription " + url;
this._disabled = false;
this._lastDownload = 1234;
this.homepage = "https://easylist.adblockplus.org/";
« no previous file with comments | « no previous file | messageResponder.js » ('j') | options.js » ('J')

Powered by Google App Engine
This is Rietveld