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

Unified Diff: html/static/js/ieFirstRun.js

Issue 6025347820683264: Issue 1106 - Enable Acceptable Ads by default for new installs and updates from versions < 1.2 (Closed)
Patch Set: Discriminate first run page title for install/update Created Aug. 1, 2014, 3:08 p.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') | locales/en.ini » ('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
@@ -36,6 +36,10 @@
{
return Settings.GetMessage(section, param);
}
+ result.isUpdate = function()
+ {
+ return Settings.IsUpdate();
+ }
scopes.prefs.Prefs.documentation_link = Settings.GetDocumentationLink();
scopes.utils.Utils.appLocale = Settings.GetAppLocale();
}, false);
« no previous file with comments | « html/static/js/firstRun.js ('k') | locales/en.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld