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 3336b4b commit f61e88dCopy full SHA for f61e88d
app/assets/javascripts/dash.js
@@ -14,7 +14,7 @@ $( document ).ready(function() {
14
});
15
16
var timeTilHighlightNominee = 3000,
17
- highlightDuration = 9000;
+ highlightDuration = 6000;
18
19
var $nomineeGrid = $('.grid').random();
20
$('.reason-bridge').html($nomineeGrid.find('.nominee').find('.hidden').html());
@@ -64,7 +64,7 @@ $( document ).ready(function() {
64
65
// setTimeout(function(){ $('.dash .grid-container').removeClass('slide-down'); }, 2000);
66
67
- setTimeout(reloadPage, 3000);
+ setTimeout(reloadPage, 2000);
68
}
69
70
setTimeout(startHighlight, timeTilHighlightNominee);
0 commit comments