Постом не получается - вылазит ошибка csrf токена
Как закодировать символ & в GET запросе?
//color table indices for:
// current color left
// next color left
// current color right
// next color right
var colorIndices = [0, 1, 1, 0];
for (x = 1; x < 5; x++) {
/*
setTimeout(function(){
clickRecordSearch(0, ip_nvr, x, "2017-05-17 00:00:00", "2017-05-17 23:59:59", num_nvr); //channel num as is, without shift
}, 500);
*/
(function(x) {
setTimeout(function() {
clickRecordSearch(0, ip_nvr, x, "2017-05-17 00:00:00", "2017-05-17 23:59:59", num_nvr); //channel num as is, without shift
}, 500);
})(x);
}