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

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

Issue 11364147: Fix for IE6 FRP crash (Closed)
Patch Set: Comment addressed Created Aug. 11, 2013, 4:21 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/ieFirstRun.js » ('j') | no next file with comments »
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
@@ -146,6 +146,7 @@
function init()
{
+ initWrappers();
// Choose a share text variant randomly
var variant = Math.floor(Math.random() * 2) + 1;
var classList = document.documentElement.className.split(" ");
« no previous file with comments | « no previous file | html/static/js/ieFirstRun.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld