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

Unified Diff: html/static/js/firstRun.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
« no previous file with comments | « no previous file | html/static/js/ieEventListenerPolyfill.js » ('j') | html/static/js/ieEventListenerPolyfill.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: html/static/js/firstRun.js
===================================================================
--- a/html/static/js/firstRun.js
+++ b/html/static/js/firstRun.js
@@ -188,6 +188,4 @@
links[i].addEventListener("click", curArg, false);
}
}
-}
-
-window.addEventListener("load", init);
+}
« no previous file with comments | « no previous file | html/static/js/ieEventListenerPolyfill.js » ('j') | html/static/js/ieEventListenerPolyfill.js » ('J')

Powered by Google App Engine
This is Rietveld