mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
defer paper input loading
This commit is contained in:
parent
d7fb9038a4
commit
3061849dd6
34 changed files with 34 additions and 39 deletions
|
@ -76,7 +76,7 @@
|
|||
|
||||
function renderForm(options) {
|
||||
|
||||
require(['paper-checkbox'], function () {
|
||||
require(['paper-checkbox', 'paper-input'], function () {
|
||||
renderFormInternal(options);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue