| Index: lib/ui.js |
| =================================================================== |
| --- a/lib/ui.js |
| +++ b/lib/ui.js |
| @@ -817,7 +817,7 @@ |
| } |
| // Add "anti-adblock messages" subscription for new users and users updating from old ABP versions |
| - if (Services.vc.compare(prevVersion, "2.5") < 0) |
| + if ((Services.vc.compare(prevVersion, "2.5") < 0) && !Utils.isFennec) |
|
Wladimir Palant
2015/01/06 13:18:12
I guess there is a misunderstanding here - not add
saroyanm
2015/01/06 16:03:07
Thanks for pointing this out, but don't we also ne
Wladimir Palant
2015/01/06 17:05:21
It is normally being enabled via the opt-in prompt
saroyanm
2015/01/06 17:32:36
The prompt is not showing up on mobile unfortunate
|
| { |
| let subscription = Subscription.fromURL(Prefs.subscriptions_antiadblockurl); |
| if (subscription && !(subscription.url in FilterStorage.knownSubscriptions)) |