FIX - выбор точки IM
This commit is contained in:
parent
4c447f4c8f
commit
7f76a968f9
|
|
@ -174,7 +174,11 @@ function showRandomPoint()
|
|||
for (var key in points)
|
||||
{
|
||||
if (runner++ >= roundIndex) {
|
||||
if (key != 'im'){
|
||||
return showInfo(key);
|
||||
} else {
|
||||
return showRandomPoint();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue