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
f9240e5fb5
commit
b1feee2d1c
17 changed files with 39 additions and 54 deletions
|
@ -92,7 +92,7 @@
|
|||
|
||||
function onAddButtonClick() {
|
||||
|
||||
var page = $(this).parents('.popupEditor')[0];
|
||||
var page = $(this).parents('.dlg-librarycreator')[0];
|
||||
|
||||
require(['directorybrowser'], function (directoryBrowser) {
|
||||
|
||||
|
@ -168,7 +168,7 @@
|
|||
|
||||
return p.toLowerCase() != location.toLowerCase();
|
||||
});
|
||||
var page = $(this).parents('.popupEditor')[0];
|
||||
var page = $(this).parents('.dlg-librarycreator')[0];
|
||||
renderPaths(page);
|
||||
}
|
||||
|
||||
|
@ -207,7 +207,7 @@
|
|||
|
||||
dlg.classList.add('ui-body-a');
|
||||
dlg.classList.add('background-theme-a');
|
||||
dlg.classList.add('popupEditor');
|
||||
dlg.classList.add('dlg-librarycreator');
|
||||
|
||||
dlg.innerHTML = Globalize.translateDocument(template);
|
||||
document.body.appendChild(dlg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue