>Форум Mozilla Россия http://forum.mozilla-russia.org/index.php >Скрипты http://forum.mozilla-russia.org/viewforum.php?id=37 >TypeError: choices[(choices.length - 1)] is undefined http://forum.mozilla-russia.org/viewtopic.php?id=71235 |
AbsorbeR > 23-01-2017 21:01:24 |
Выделить код Код:function investigate(ev) { if(ev.which === 2) { return; } ev.preventDefault(); var choice = $('.choices li', groupNode)[choices[choices.length - 1][choiceIndex[choiceIndex.length - 1]]]; if (choice.hasAttribute('next-group')) { cleanUpCurrent(); switchGroup(choice.getAttribute('next-group')); } else { window.open(choice.getAttribute('target')); } } Ошибка автора скрипта или браузера? |