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

Unified Diff: html/templates/firstRun.html

Issue 11364147: Fix for IE6 FRP crash (Closed)
Patch Set: Created Aug. 11, 2013, 6:04 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
Index: html/templates/firstRun.html
===================================================================
--- a/html/templates/firstRun.html
+++ b/html/templates/firstRun.html
@@ -20,8 +20,6 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <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" />
<!--[if lt IE 7]>
@@ -69,5 +67,8 @@
<div id="glass-pane">
<iframe id="share-popup" scrolling="no"></iframe>
</div>
+ <script src="../static/js/ieFirstRun.js"></script>
+ <script src="../static/js/firstRun.js"></script>
Felix Dahlke 2013/08/11 11:23:12 I don't think moving the scripts here is necessary
+
</body>
</html>

Powered by Google App Engine
This is Rietveld