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

Unified Diff: firstRun.html

Issue 29321336: Issue 2381 - Added share overlay to options page (Closed)
Patch Set: Rebased to a40c644fc2aa Created July 29, 2015, 12:27 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: firstRun.html
===================================================================
--- a/firstRun.html
+++ b/firstRun.html
@@ -20,9 +20,11 @@
<head>
<title class="i18n_firstRun_title"></title>
<meta charset="utf-8">
+ <link type="text/css" href="skin/common.css" rel="stylesheet" />
<link type="text/css" href="skin/firstRun.css" rel="stylesheet"/>
<script type="text/javascript" src="ext/common.js"></script>
<script type="text/javascript" src="ext/content.js"></script>
+ <script type="text/javascript" src="common.js"></script>
<script type="text/javascript" src="i18n.js"></script>
<script type="text/javascript" src="firstRun.js"></script>
</head>
@@ -134,10 +136,5 @@
<footer>
<a id="contributors" class="i18n_firstRun_contributor_credits"></a>
</footer>
-
-
- <div id="glass-pane">
- <iframe id="share-popup" scrolling="no"></iframe>
- </div>
</body>
</html>

Powered by Google App Engine
This is Rietveld