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"); |