Answer the question
In order to leave comments, you need to log in
Problems with Sopcast
Good afternoon! In connection with the world championship, I decided to install sopcast-player on ubuntu. I installed it, I take broadcasts, and he always writes to me "Re-access to the channel." The same link works fine for my friend on windows. Tell me what to do?????
Answer the question
In order to leave comments, you need to log in
a little misunderstood what you need ... but try replacing makingColumsInterval with this
var makingColumsInterval = setInterval(function(){
if(randNumbersArray.length === columQty){
clearInterval(makingColumsInterval);
}
var randomNum = getRandomNum(1, columQty);
if(randNumbersArray.indexOf(randomNum) === -1) {
randNumbersArray.push(randomNum);
outputNumbers("section-" + randNumbersArray[randNumbersArray.length - 1]);
}
},10);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question