mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework guest invite popup
This commit is contained in:
parent
559ff97dd7
commit
dc0ebc82c7
10 changed files with 230 additions and 193 deletions
|
@ -949,7 +949,8 @@
|
|||
$(this).siblings().removeClass('ui-btn-active');
|
||||
$(this).addClass('ui-btn-active');
|
||||
|
||||
var elem = $('.' + this.getAttribute('data-value'), page);
|
||||
var value = this.tagName == 'A' ? this.getAttribute('data-value') : this.value;
|
||||
var elem = $('.' + value, page);
|
||||
elem.siblings('.tabContent').hide();
|
||||
|
||||
elem.show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue