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

Unified Diff: html/templates/firstRun.html

Issue 4859491858251776: Fix the approach used in ieFirstRun.js (Closed)
Patch Set: Formatting fixed Created July 15, 2014, 8:28 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/templates/firstRun.html
===================================================================
--- a/html/templates/firstRun.html
+++ b/html/templates/firstRun.html
@@ -20,6 +20,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <script src="../static/js/ieEventListenerPolyfill.js"></script>
<script src="../static/js/ieFirstRun.js"></script>
<script src="../static/js/firstRun.js"></script>
<link href="../static/css/firstRun.css" type="text/css" rel="stylesheet" />

Powered by Google App Engine
This is Rietveld