Index: html/static/js/ieFirstRun.js |
=================================================================== |
--- a/html/static/js/ieFirstRun.js |
+++ b/html/static/js/ieFirstRun.js |
@@ -40,6 +40,10 @@ |
{ |
return Settings.IsUpdate(); |
} |
+ result.isFromSimpleAdblock = function() |
Eric
2015/03/27 12:51:45
If we called this isConversion, we could return a
|
+ { |
+ return Settings.IsFromSimpleAdblock(); |
+ } |
scopes.prefs.Prefs.documentation_link = Settings.GetDocumentationLink(); |
scopes.utils.Utils.appLocale = Settings.GetAppLocale(); |