mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update dialogs
This commit is contained in:
parent
0491ae9a7c
commit
325d331160
26 changed files with 104 additions and 162 deletions
|
@ -146,10 +146,10 @@
|
|||
html += '</div>';
|
||||
}
|
||||
|
||||
$('.installedPlugins', page).html(html).trigger('create');
|
||||
$('.installedPlugins', page).html(html);
|
||||
} else {
|
||||
|
||||
var elem = $('.installedPlugins', page).html(html).trigger('create');
|
||||
var elem = $('.installedPlugins', page).html(html);
|
||||
|
||||
$('.noConfigPluginCard', elem).on('click', function () {
|
||||
showNoConfigurationMessage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue