Add extra cool video as chosen by Niki
[niki-countdown.git] / index.html
index 6c9fe03..d6ca089 100644 (file)
@@ -79,7 +79,7 @@
      var delay = 20;
 
      var vidElement = document.getElementById('video');
-     var activeVideo = Math.floor((Math.random() * 4) + 1);
+     var activeVideo = Math.floor((Math.random() * 5) + 1);
      vidElement.src = "video/" + activeVideo + ".mp4";
 
      var audioElement = document.getElementById('audio');