mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
more fixes
This commit is contained in:
parent
620f9cd30f
commit
8b1c80c4fb
1 changed files with 2 additions and 2 deletions
|
@ -131,7 +131,7 @@ function renderProviders(page, providers) {
|
|||
|
||||
const elem = $('.providerList', page).html(html);
|
||||
$('.btnOptions', elem).on('click', function () {
|
||||
var id = this.getAttribute('data-id');
|
||||
const id = this.getAttribute('data-id');
|
||||
showProviderOptions(page, id, this);
|
||||
});
|
||||
}
|
||||
|
@ -255,7 +255,7 @@ function addDevice(button) {
|
|||
}
|
||||
|
||||
function showDeviceMenu(button, tunerDeviceId) {
|
||||
var items = [];
|
||||
const items = [];
|
||||
items.push({
|
||||
name: globalize.translate('ButtonDelete'),
|
||||
id: 'delete'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue