Commit a14aa6bc by Valera Rozuvan

Fix typo.

parent 0e850aff
...@@ -83,7 +83,7 @@ function () { ...@@ -83,7 +83,7 @@ function () {
// 2.) Currently focused element was somewhere else on the page. // 2.) Currently focused element was somewhere else on the page.
// //
// In the first case we must make sure that the video player doesn't // In the first case we must make sure that the video player doesn't
// loose focus, even though the cfontrols are uatohidden. // loose focus, even though the controls are autohidden.
if ($(document.activeElement).parents().hasClass('video')) { if ($(document.activeElement).parents().hasClass('video')) {
tabIndex = -1; tabIndex = -1;
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment