Skip to content

Commit

Permalink
Clean up js on button presses
Browse files Browse the repository at this point in the history
  • Loading branch information
deanoemcke committed Jun 6, 2017
1 parent c4f18e8 commit ed7068b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2>Saved sessions:</h2>

<br />
<br />
<a href="javascript:void(0);" id="clearHistory" class="btn">Clear tab history</a>
<a href="#" id="clearHistory" class="btn">Clear tab history</a>
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions src/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ <h2>Whitelist&nbsp;

<hr />

<a href="javascript:void(0)" id="cancelBtn" class="fl btn btnNeg">Cancel</a>
<a href="javascript:void(0)" id="saveBtn" class="fr btn">Save settings</a>
<a href="#" id="cancelBtn" class="fl btn btnNeg">Cancel</a>
<a href="#" id="saveBtn" class="fr btn">Save settings</a>

</div>

Expand Down

0 comments on commit ed7068b

Please sign in to comment.