mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
This commit is contained in:
commit
a3f61438cd
1 changed files with 1 additions and 0 deletions
|
@ -386,6 +386,7 @@ _V_.ChapterSelector = _V_.Button.extend({
|
||||||
attrs = _V_.merge({
|
attrs = _V_.merge({
|
||||||
className: this.buildCSSClass(),
|
className: this.buildCSSClass(),
|
||||||
//innerHTML: '<div><span class="vjs-chapter-text">' + this.buttonText + '</span></div>',
|
//innerHTML: '<div><span class="vjs-chapter-text">' + this.buttonText + '</span></div>',
|
||||||
|
innerHTML: '<div onmouseover="$(\'.vjs-chapter-button\').focus();$(\'.vjs-chapter-button\').click();"></div>',
|
||||||
role: "button",
|
role: "button",
|
||||||
tabIndex: 0
|
tabIndex: 0
|
||||||
}, attrs);
|
}, attrs);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue