diff --git a/html/js/jquery-cycle-boxes.js b/html/js/jquery-cycle-boxes.js index 7af5e08b8..fc71d49b0 100644 --- a/html/js/jquery-cycle-boxes.js +++ b/html/js/jquery-cycle-boxes.js @@ -1,7 +1,7 @@ // cycle between divs in a set, from: http://jquery.malsup.com/cycle/basic.html (see also http://jsfiddle.net/n1ck/4PvU7/) $(document).ready(function() { $('.boxes').cycle({ - timeout: 5000, + timeout: 9000, speed: 1000, random: 1, pause: 1,