$()

in web/reactplayer/public/test-harness/js/test-harness.js [19:31]


$("#sl1").on("slide", function(slideEvt) {
	$("#sl1SliderVal").text(slideEvt.value);
    loadValue = slideEvt.value;
    if(loadValue > 50){
        batchsize = loadValue;
    }
    if(loadValue > 75){
        batchsize = loadValue*3;
    }
    if(loadValue > 98){
        batchsize = 490;
    }
});