 Issue 29374674:
  Issue 4864 - Start using ESLint for adblockpluschrome  (Closed)
    
  
    Issue 29374674:
  Issue 4864 - Start using ESLint for adblockpluschrome  (Closed) 
  | Index: subscriptionLink.postload.js | 
| diff --git a/subscriptionLink.postload.js b/subscriptionLink.postload.js | 
| index 0facce1a1bd05a70249f353a0ad3de1812a69d3f..3deca42328b6a8069ede55759611a6e6eaee21ef 100644 | 
| --- a/subscriptionLink.postload.js | 
| +++ b/subscriptionLink.postload.js | 
| @@ -95,8 +95,8 @@ if (document instanceof HTMLDocument) | 
| ext.backgroundPage.sendMessage({ | 
| type: "subscriptions.add", | 
| - title: title, | 
| - url: url, | 
| + title, | 
| + url, | 
| confirm: true | 
| }); | 
| }, true); |