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

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

Issue 6196733759455232: Issue 1181 - Change polyfill for IE8 (fix settings page) (Closed)
Patch Set: Reuse code for addEventListener/removeEventListener Created Aug. 8, 2014, 2:18 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
Index: html/static/js/ieFirstRun.js
===================================================================
--- a/html/static/js/ieFirstRun.js
+++ b/html/static/js/ieFirstRun.js
@@ -42,6 +42,8 @@
}
scopes.prefs.Prefs.documentation_link = Settings.GetDocumentationLink();
scopes.utils.Utils.appLocale = Settings.GetAppLocale();
+
+ init();
}, false);
return result;
« html/static/js/ieEventListenerPolyfill.js ('K') | « html/static/js/ieEventListenerPolyfill.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld