Skip to content

Commit

Permalink
Updated recently closed max items to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
ibillingsley committed Nov 20, 2016
1 parent 10b373e commit 48bf893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newtab.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<label><span>Recent bookmarks</span><input id="options_show_recent" type="checkbox"/></label>
<label class="subopt"><span>Number of items</span><input id="options_number_recent" type="number" min="1" max="1000"/></label>
<label><span>Recently closed</span><input id="options_show_closed" type="checkbox"/></label>
<label class="subopt"><span>Number of items</span><input id="options_number_closed" type="number" min="1" max="100"/></label>
<label class="subopt"><span>Number of items</span><input id="options_number_closed" type="number" min="1" max="25"/></label>
<label><span>Other devices</span><input id="options_show_devices" type="checkbox"/></label>
<label><span>Weather</span><input id="options_show_weather" type="checkbox"/></label>
</fieldset>
Expand Down

0 comments on commit 48bf893

Please sign in to comment.