I'm very impressed with your code. For the most part I haven't had problems but the js script below seems to cause serious slowness in besen.
function main(a)
{
if (
(a == 1) || (a == 1) ||
(a == 1) || (a == 1) ||
(a == 1) || (a == 1) ||
(a == 1) || (a == 1) ||
(a == 1) || (a == 1) ||
(a == 1) || (a == 1) ||
(a == 1) || (a == 1) ||
(a == 1) || (a == 1) ||
(a == 1) || (a == 1) ||
(a == 1) || (a == 1) ||
(a == 1) || (a == 1) ||
(a == 1) || (a == 1)
) {
return -1;
} else {
return 1;
}
}
Hi!
I'm very impressed with your code. For the most part I haven't had problems but the js script below seems to cause serious slowness in besen.