random start of slideshow
authorOve Klykken <ove@gaslightmedia.com>
Mon, 4 Aug 2014 14:29:18 +0000 (10:29 -0400)
committerOve Klykken <ove@gaslightmedia.com>
Mon, 4 Aug 2014 14:29:18 +0000 (10:29 -0400)
Toolkit/RotatingImages/libjs/user.php [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 7e2ce84..94790d5
@@ -26,6 +26,7 @@ $(window).load(function() {
     $('#slider').nivoSlider({
         effect: '<?php echo $row['transition'];?>',
         animSpeed: 1000,
+        randomStart: true,
         pauseTime: <?php echo $row['timeout'] * 1000;?>
     });
     if ($('#slider').children('a').size() <= 1 ) {