diff options
Diffstat (limited to 'js/testimonials_script.js')
-rwxr-xr-x | js/testimonials_script.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/testimonials_script.js b/js/testimonials_script.js index ee425c5..0ab8a57 100755 --- a/js/testimonials_script.js +++ b/js/testimonials_script.js @@ -5,7 +5,7 @@ $(document).ready(function(){ (function showNextTestimonial(){
- $('#testimonials_front li:visible').delay(8000).fadeOut('slow',function(){
+ $('#testimonials_front li:visible').delay(12000).fadeOut('slow',function(){
$(this).appendTo('#testimonials_front ul');
if($(this).next().length > 0)
{
@@ -22,4 +22,4 @@ $(document).ready(function(){ });
})();
-});
\ No newline at end of file +});
|