1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update live tv segments

This commit is contained in:
Luke Pulverenti 2015-09-07 21:00:46 -04:00
parent c86543dc59
commit ec67431a0e
13 changed files with 118 additions and 340 deletions

View file

@ -613,8 +613,7 @@
},
_openPrerequisitesComplete: function () {
var id = this.element.attr("id"),
firstFocus = this._ui.container.find(":focusable").first();
var id = this.element.attr("id");
this._ui.container.addClass("ui-popup-active");
this._isOpen = true;
@ -624,9 +623,6 @@
if (!$.contains(this._ui.container[0], this.document[0].activeElement)) {
this._safelyBlur(this.document[0].activeElement);
}
if (firstFocus.length > 0) {
this._ui.focusElement = firstFocus;
}
this._ignoreResizeEvents();
if (id) {
this.document.find("[aria-haspopup='true'][aria-owns='" + id + "']").attr("aria-expanded", true);