Skip to content

Commit dd7ac1d

Browse files
committed
Commenting a hack
1 parent 7added3 commit dd7ac1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/js/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ function updateItems(e, ui) {
1818
}
1919

2020
var klasses = '';
21+
// Once enough days have been crawled with the updated crawler, just use is_new.. checking the hour count is a temporary hack
2122
if ((item.hours_ago < 2) || item.is_new) {
2223
klasses = 'new';
2324
};

0 commit comments

Comments
 (0)