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
|
@ -1,4 +1,4 @@
|
|||
define(['components/paperdialoghelper', 'paper-checkbox', 'paper-dialog'], function () {
|
||||
define(['components/paperdialoghelper', 'paper-checkbox', 'paper-dialog', 'paper-input'], function () {
|
||||
|
||||
function onSubmit() {
|
||||
Dashboard.showLoadingMsg();
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
define(['components/paperdialoghelper', 'paper-item'], function () {
|
||||
define(['components/paperdialoghelper', 'paper-item', 'paper-input'], function () {
|
||||
|
||||
var systemInfo;
|
||||
function getSystemInfo() {
|
||||
|
|
|
@ -344,7 +344,7 @@
|
|||
currentDeferred = deferred;
|
||||
hasChanges = false;
|
||||
|
||||
require(['components/paperdialoghelper'], function () {
|
||||
require(['components/paperdialoghelper', 'paper-input'], function () {
|
||||
|
||||
showEditor(itemId);
|
||||
});
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
define(['components/paperdialoghelper', 'paper-dialog'], function () {
|
||||
define(['components/paperdialoghelper', 'paper-dialog', 'paper-input'], function () {
|
||||
|
||||
var currentDeferred;
|
||||
var hasChanges;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
define(['components/paperdialoghelper', 'paper-dialog'], function () {
|
||||
define(['components/paperdialoghelper', 'paper-dialog', 'paper-input'], function () {
|
||||
|
||||
var lastPlaylistId = '';
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
define(['paper-checkbox'], function () {
|
||||
define(['paper-checkbox', 'paper-input'], function () {
|
||||
|
||||
return function (page, providerId, options) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue