projects
/
web
/
BigFore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb6dd0b
)
Update the slideshow js file
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 17 Jul 2014 15:46:41 +0000
(11:46 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 17 Jul 2014 15:46:41 +0000
(11:46 -0400)
put in randomStart set to true
Toolkit/RotatingImages/libjs/user.php
patch
|
blob
|
history
diff --git
a/Toolkit/RotatingImages/libjs/user.php
b/Toolkit/RotatingImages/libjs/user.php
index
7e2ce84
..
94790d5
100644
(file)
--- a/
Toolkit/RotatingImages/libjs/user.php
+++ b/
Toolkit/RotatingImages/libjs/user.php
@@
-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 ) {