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

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

Issue 5694751571443712: Issue 1127 - Fix social buttons in FRP (Closed)
Patch Set: Created July 24, 2014, 6:21 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
« 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
@@ -32,7 +32,7 @@
if (!originFilter.matches(event.origin, "OTHER", null, null))
return;
- var data = JSON.parse(event.data);
+ var data = event.data;
iframe.width = data.width;
iframe.height = data.height;
popupMessageReceived = true;
« 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