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

Unified Diff: options.html

Issue 29321336: Issue 2381 - Added share overlay to options page (Closed)
Patch Set: Rebased to 4a68f2a456d6 and set strict mode in common.js Created Sept. 23, 2015, 1:54 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 | « firstRun.js ('k') | options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: options.html
===================================================================
--- a/options.html
+++ b/options.html
@@ -20,10 +20,12 @@
<head>
<meta charset="utf-8">
<title class="i18n_options_page_title"></title>
+ <link rel="stylesheet" href="skin/common.css">
<link rel="stylesheet" href="skin/options.css">
<style id="search-style"></style>
<script src="ext/common.js"></script>
<script src="ext/content.js"></script>
+ <script src="common.js"></script>
<script src="i18n.js"></script>
<script src="options.js"></script>
</head>
« no previous file with comments | « firstRun.js ('k') | options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld