We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47da55 commit 331a818Copy full SHA for 331a818
1 file changed
dashboard/finished.html
@@ -43,7 +43,6 @@
43
<script>
44
var table;
45
var reloadInterval = 600 * 1000; // 10 minutes
46
- var timestampThreshold = 60 * 5 * 1000;
47
var showNicks = (location.search.indexOf("?showNicks=") != -1) || (location.search.indexOf("&showNicks=") != -1);
48
function initTable() {
49
if (showNicks) $('#queued_by').show();
0 commit comments