mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
more client sync stubs
This commit is contained in:
parent
fcc1746fde
commit
4ed9e6d637
12 changed files with 297 additions and 25 deletions
|
@ -46,7 +46,7 @@
|
|||
style += 'position:fixed;top:' + pos.top + 'px;left:' + pos.left + 'px';
|
||||
}
|
||||
|
||||
html += '<paper-dialog id="' + id + '" entry-animation="fade-in-animation" exit-animation="fade-out-animation" with-backdrop style="' + style + '">';
|
||||
html += '<paper-dialog id="' + id + '" with-backdrop style="' + style + '">';
|
||||
|
||||
if (options.title) {
|
||||
html += '<h2>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue