(function (window, undefined) {
var w;
if (typeof unsafeWindow != undefined) {
w = unsafeWindow;
} else {
w = window;
}
if (w.self != w.top) {
return;
}
//Подключаем библиотеку
var forest = new forestjs.RandomForest();
//Объявляем переменные
...
function start() {
tempTime = getTime();
$('.rice_htable input[name=bet]').val(parseFloat(oxygen).toFixed(8));
var dicePlayBtn = $('.dice_htable .clDicePlay')[data];
dicePlayBtn.click(checkResult(tempTime));
}
function checkResult(last_time){
setTimeout(function() {
if (last_time < getTime()) {
//Ошибка скрипта происходит вот здесь
} else if (last_time > getTime()) {
//Порой выбирается не то условие и логика идет неверно
} else {
checkResult(last_balance);
}
}, 500);
}
function getTime() {
var rice_text = $('.rice_select .chosen-single span').text();
var regex = /[+-]?\d+(\.\d+)?/g;
var floats = rice_text.match(regex).map(function(v) {
return parseFloat(v).toFixed(8);
});
return floats[0];
}
setInterval(start, 1000);
})(window);
(function (window, undefined) {
var w;
if (typeof unsafeWindow != undefined) {
w = unsafeWindow;
} else {
w = window;
}
if (w.self != w.top) {
return;
}
//Подключаем библиотеку
var forest = new forestjs.RandomForest();
//Объявляем переменные
...
function start() {
tempTime = getTime();
$('.rice_htable input[name=bet]').val(parseFloat(oxygen).toFixed(8));
var dicePlayBtn = $('.dice_htable .clDicePlay')[data];
dicePlayBtn.click(checkResult(tempTime));
}
function checkResult(last_time){
setTimeout(function() {
if (last_time < getTime()) {
//Ошибка скрипта происходит вот здесь
} else if (last_time > getTime()) {
//Порой выбирается не то условие и логика идет неверно
} else {
checkResult(last_balance);
}
}, 500);
}
function getTime() {
var rice_text = $('.rice_select .chosen-single span').text();
var regex = /[+-]?\d+(\.\d+)?/g;
var floats = rice_text.match(regex).map(function(v) {
return parseFloat(v).toFixed(8);
});
return floats[0];
}
setInterval(start, 1000);
})(window);
$('.read_htable input[name=bet]').val(parseFloat(write).toFixed(8));
var Btn = $('.read_htable .clRead')[6];
Btn.onclick(checkResult());
var Btn = $('.read_htable .clRead')[6];
if (index_readIsOk > 500){
index_readIsOk = 0;
return;
//Вот отсюда, мы должны запустить всё по новой. То-есть function start()
}
function checkWrite(last_write){
result = getRead();
if (readIsOk(result)) {
doSomething(result);
} else {
if (index_readIsOk > 500){
index_readIsOk = 0;
return;
//Вот отсюда, мы должны запустить всё по новой. То-есть function start()
}
setTimeout(checkWrite, 2000);
}
}
function start() {
//...тут какой-то код
checkResult(read);
}
function checkResult(last_read) {
setTimeout(function() {
var result = getRead();
if (last_read < result) {
//...тут какой-то код
} else if (last_read > result) {
// ...тут какой-то код
} else {
checkResult(last_read);
}
}, 1000);
}