Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit ecbfa64

Browse files
committed
Issue #122 - Bookmarks bug
1 parent 25bfc25 commit ecbfa64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/electron/app/js/bookmarkswindow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function redrawList() {
6666
max = list.length
6767
shown = 0
6868
timeSpan = $('#bookmark-timespan').val() * 86400
69-
if (timeSpan < 86400) timeSpan = (365 * 86400) * 50 // Show active in the last 50 years (ALL OF THEM!)
69+
if (timeSpan < 86400) timeSpan = (365 * 86400) * 250 // Show active in the last 250 years (ALL OF THEM!)
7070

7171
$('#bookmark-list').html('')
7272
drawEntry()

0 commit comments

Comments
 (0)