| Index: options.js |
| diff --git a/options.js b/options.js |
| index 849096b0aa64cc2fc4668066624a3667e2268ffa..a3c5cf6412bbf6e7eb4db0bda09a3d1f40dc1e2a 100644 |
| --- a/options.js |
| +++ b/options.js |
| @@ -955,6 +955,9 @@ |
| switch (action) |
| { |
| case "added": |
| + if (subscription.isSpecial) |
|
kzar
2016/04/13 08:05:11
Note: I wasn't sure how to test this.
|
| + return; |
| + |
| updateSubscription(subscription); |
| updateShareLink(); |