$this.tabNavigation('.mview', dir);
e.preventDefault();
} else {
- $this.tabNavigationSections(['.audio-description-wrapper.left', '.audio-description-wrapper.right'], dir);
+ $this.tabNavigationSections(['#horizontalNav', '#menuOpener', //.
+ '.audio-description-wrapper.left', '.audio-description-wrapper.right', //.
+ '#links .leftContainer', '#links .rightContainer', //.
+ '#next-arrows', '#prev-arrows', //.
+ '#logo', //.
+ '#credits',], dir);
e.preventDefault();
}
}, false, false);
list.push(this);
}
});
+ if (list.length === 0) {
+ return false;
+ }
return this._navigate(list, dir, ['focus'], loop);
},