Skip to content

Commit 331a818

Browse files
committed
Remove unused timestampThreshold variable
Fixes: commit 9b6fe92
1 parent b47da55 commit 331a818

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dashboard/finished.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
<script>
4444
var table;
4545
var reloadInterval = 600 * 1000; // 10 minutes
46-
var timestampThreshold = 60 * 5 * 1000;
4746
var showNicks = (location.search.indexOf("?showNicks=") != -1) || (location.search.indexOf("&showNicks=") != -1);
4847
function initTable() {
4948
if (showNicks) $('#queued_by').show();

0 commit comments

Comments
 (0)