Skip to content

Commit f61e88d

Browse files
committed
shorten duration, people read to fast in this fast paced milennial age
1 parent 3336b4b commit f61e88d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/javascripts/dash.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $( document ).ready(function() {
1414
});
1515

1616
var timeTilHighlightNominee = 3000,
17-
highlightDuration = 9000;
17+
highlightDuration = 6000;
1818

1919
var $nomineeGrid = $('.grid').random();
2020
$('.reason-bridge').html($nomineeGrid.find('.nominee').find('.hidden').html());
@@ -64,7 +64,7 @@ $( document ).ready(function() {
6464

6565
// setTimeout(function(){ $('.dash .grid-container').removeClass('slide-down'); }, 2000);
6666

67-
setTimeout(reloadPage, 3000);
67+
setTimeout(reloadPage, 2000);
6868
}
6969

7070
setTimeout(startHighlight, timeTilHighlightNominee);

0 commit comments

Comments
 (0)