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