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

Unified Diff: html/static/js/ieFirstRun.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 | « html/static/js/firstRun.js ('k') | installer/src/msi/adblockplusie.wxs » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « html/static/js/firstRun.js ('k') | installer/src/msi/adblockplusie.wxs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld