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
|
@ -961,7 +961,14 @@
|
|||
};
|
||||
|
||||
self._enhance();
|
||||
self.element.enhanceWithin();
|
||||
|
||||
var requireValues = pageElem.getAttribute('data-require');
|
||||
if (requireValues && requireValues.indexOf('jqm') != -1) {
|
||||
self.element.enhanceWithin();
|
||||
}
|
||||
else if ((pageElem.getAttribute('data-url') || '').toLowerCase().indexOf('/configurationpage?') != -1) {
|
||||
self.element.enhanceWithin();
|
||||
}
|
||||
|
||||
pageElem.dispatchEvent(new CustomEvent("pageinit", {
|
||||
bubbles: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue