mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
e305bf40c8
commit
b4f87ddb3a
8 changed files with 52 additions and 36 deletions
|
@ -131,7 +131,7 @@
|
|||
itemSelectionPanel = document.createElement('div');
|
||||
itemSelectionPanel.classList.add('itemSelectionPanel');
|
||||
|
||||
item.querySelector('.cardContent').appendChild(itemSelectionPanel);
|
||||
item.querySelector('.cardContent,.cardBox').appendChild(itemSelectionPanel);
|
||||
|
||||
var cssClass = 'chkItemSelect';
|
||||
if (isChecked && !browser.firefox) {
|
||||
|
@ -416,8 +416,7 @@
|
|||
|
||||
require(['alert'], function (alert) {
|
||||
alert({
|
||||
text: globalize.translate('sharedcomponents#PleaseSelectTwoItems'),
|
||||
title: globalize.translate('sharedcomponents#Error')
|
||||
text: globalize.translate('sharedcomponents#PleaseSelectTwoItems')
|
||||
});
|
||||
});
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue