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

Unified Diff: html/static/js/firstRun.js

Issue 5024350814076928: Issue 1103 - Migrate Simple Adblock users
Patch Set: Rebase and cleanup Created July 13, 2015, 3:44 a.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 | html/static/js/ieFirstRun.js » ('j') | html/static/js/ieFirstRun.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: html/static/js/firstRun.js
===================================================================
--- a/html/static/js/firstRun.js
+++ b/html/static/js/firstRun.js
@@ -128,7 +128,7 @@
initSocialLinks();
setLinks("aa-text", getDocLink("acceptable_ads_criteria"), "index.html");
- if (AdblockPlus.isUpgradeFrom("simpleadblock")) {
+ if (AdblockPlus.getConversion() == "simpleadblock") {
document.getElementById("upgrade-from-other-plugin").style.display = "block";
}
var donateLink = document.getElementById("share-donate");
« no previous file with comments | « no previous file | html/static/js/ieFirstRun.js » ('j') | html/static/js/ieFirstRun.js » ('J')

Powered by Google App Engine
This is Rietveld