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

Unified Diff: options.html

Issue 29559679: Issue 5803 - rename new-options to options (Closed)
Patch Set: Created Sept. 29, 2017, 5:08 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 | « locale/en-US/options.json ('k') | options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: options.html
===================================================================
rename from new-options.html
rename to options.html
--- a/new-options.html
+++ b/options.html
@@ -21,12 +21,12 @@
<meta charset="utf-8">
<title class="i18n_options_page_title"></title>
<link rel="stylesheet" href="skin/common.css">
- <link rel="stylesheet" href="skin/new-options.css">
+ <link rel="stylesheet" href="skin/options.css">
<script src="ext/common.js"></script>
<script src="ext/content.js"></script>
<script src="common.js"></script>
<script src="i18n.js"></script>
- <script src="new-options.js"></script>
+ <script src="options.js"></script>
</head>
<body data-tab="general">
<!-- Navigation sidebar -->
« no previous file with comments | « locale/en-US/options.json ('k') | options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld