Преглед изворни кода

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

JC Brand пре 3 месеци
родитељ
комит
8d135ed9c3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/website.js

+ 1 - 1
src/website.js

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