Skip to content

Commit

Permalink
Add _blank target to link in popup
Browse files Browse the repository at this point in the history
  • Loading branch information
jswanner committed Mar 14, 2018
1 parent 8b05e6f commit 683f826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ul class="container">
</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">JavaScript Regular Expression</a>.</p>
<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>
</fieldset>
<fieldset>
<button type="submit">Save</button>
Expand Down

0 comments on commit 683f826

Please sign in to comment.