Skip to content

Commit

Permalink
Link to options page from popup
Browse files Browse the repository at this point in the history
  • Loading branch information
jswanner committed Apr 30, 2019
1 parent 8f8037c commit 14a67e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.

## [Unreleased]
No changes
- Link to options page from popup

## [2.5] - 2018-08-02
### Changed
Expand Down
1 change: 1 addition & 0 deletions popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
</ul>
<button class="add" type="button">Add Rule</button>
<p>Each pattern will be evaluated as a <a href="https://developer.mozilla.org/en/docs/Web/JavaScript/Guide/Regular_Expressions" target="_blank">JavaScript Regular Expression</a>.</p>
<p>The above list of patterns are those that match the current page's location, along with those you may have just added, to see all configured patterns <a href="chrome-extension://nkgllhigpcljnhoakjkgaieabnkmgdkb/options.html" target="_blank">view the extension's options page</a>.</p>
</fieldset>
<fieldset>
<button type="submit">Save</button>
Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ p {
margin-right: 1em;
}

button + p {
* + p {
margin-top: 1em;
}

Expand Down

0 comments on commit 14a67e4

Please sign in to comment.