فهرست منبع

Bugfix. String needs to be set as component property, not function

JC Brand 2 هفته پیش
والد
کامیت
8d135ed9c3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/website.js

+ 1 - 1
src/website.js

@@ -1,7 +1,7 @@
 (function () {
 (function () {
     document.addEventListener('DOMContentLoaded', function () {
     document.addEventListener('DOMContentLoaded', function () {
         new bootstrap.Carousel('#screenshotCarousel', {
         new bootstrap.Carousel('#screenshotCarousel', {
-            interval: 3000,
+            interval: 4000,
             ride: 'carousel',
             ride: 'carousel',
             wrap: true,
             wrap: true,
         });
         });