Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
set a default option for the clear history select
Browse files Browse the repository at this point in the history
Fixes #298
  • Loading branch information
taravancil committed Feb 19, 2017
1 parent 757bf88 commit 1b7b801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/builtin-pages/views/history.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export function render () {
Clear Browsing History
</button>
<select id="delete-period">
<option value="day">from today</option>
<option value="day" selected>from today</option>
<option value="week">from this week</option>
<option value="month">from this month</option>
<option value="all">from all time</option>
Expand Down

0 comments on commit 1b7b801

Please sign in to comment.