Всем привет! Возникла проблема с кодом. Так вроде всё работает, но ошибка в одной строке:
var loc = event.location || ( event.originalEvent && event.originalEvent.location ) || document.location;
Пишет Uncaught TypeError: Cannot read property 'location' of undefined. Ругается на event.location.
Как исправить?