 Issue 5024350814076928:
  Issue 1103 - Migrate Simple Adblock users
    
  
    Issue 5024350814076928:
  Issue 1103 - Migrate Simple Adblock users 
  | Index: html/static/js/ieFirstRun.js | 
| =================================================================== | 
| --- a/html/static/js/ieFirstRun.js | 
| +++ b/html/static/js/ieFirstRun.js | 
| @@ -40,9 +40,9 @@ | 
| { | 
| return Settings.IsUpdate(); | 
| } | 
| - result.getConverssion = function() | 
| 
sergei
2015/07/28 08:56:40
It does not seem to be the correct patch because t
 
Oleksandr
2015/07/28 09:56:38
You're right. Rebased.
 | 
| + result.getConversion = function() | 
| { | 
| - return Settings.GetConverssion(); | 
| + return Settings.GetConversion(); | 
| } | 
| scopes.prefs.Prefs.documentation_link = Settings.GetDocumentationLink(); | 
| scopes.utils.Utils.appLocale = Settings.GetAppLocale(); |