Skip to content

Commit

Permalink
Move Chrome's option page into its own directory, for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Wladimir Palant committed Apr 28, 2016
1 parent 761d225 commit 1a3ca25
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta charset="utf-8">
<title data-l10n-id="options-title"></title>
<link rel="stylesheet" href="options.css">
<script src="i18n.js"></script>
<script src="../i18n.js"></script>
<script src="options.js"></script>
</head>
<body>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"background.js"
]
},
"options_page": "data/options.html",
"options_page": "data/options/options.html",
"icons": {
"16": "data/images/icon16.png",
"32": "data/images/icon32.png",
Expand Down

0 comments on commit 1a3ca25

Please sign in to comment.