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

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

Issue 4859491858251776: Fix the approach used in ieFirstRun.js (Closed)
Patch Set: Created March 21, 2014, 4:58 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') | html/static/js/ieFirstRun.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
@@ -146,7 +146,6 @@
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') | html/static/js/ieFirstRun.js » ('J')

Powered by Google App Engine
This is Rietveld