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

Unified Diff: new-options.html

Issue 29340737: Issue 3968 - Add "new-" prefix to option file names (Closed)
Patch Set: Updated sentence about firstRun parameters for consistency. Created April 22, 2016, 12:23 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') | new-options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: new-options.html
diff --git a/options.html b/new-options.html
similarity index 99%
rename from options.html
rename to new-options.html
index e4d3a5d071d3664540a3240e6bfc49f72e50bb14..c274fd269635d5ffcd8b60e864c92b5bfb7793e1 100644
--- a/options.html
+++ b/new-options.html
@@ -21,13 +21,13 @@
<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">
+ <link rel="stylesheet" href="skin/new-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>
+ <script src="new-options.js"></script>
</head>
<body data-tab="general">
<!-- Navigation sidebar -->
« no previous file with comments | « locale/en-US/options.json ('k') | new-options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld