FIX - выбор точки IM

This commit is contained in:
Krivchikov Dmitry 2016-01-15 15:22:02 +03:00
parent 4c447f4c8f
commit 7f76a968f9
1 changed files with 4 additions and 0 deletions

View File

@ -174,7 +174,11 @@ function showRandomPoint()
for (var key in points)
{
if (runner++ >= roundIndex) {
if (key != 'im'){
return showInfo(key);
} else {
return showRandomPoint();
}
}
}
}