lint compliance

This commit is contained in:
yflory 2020-02-11 13:37:21 +01:00
parent 0617d9efc5
commit 72d41e34fe

View File

@ -541,6 +541,7 @@ define([
h('button.btn.btn-primary', Messages.settings_ownDriveButton) h('button.btn.btn-primary', Messages.settings_ownDriveButton)
]); ]);
var $form = $(form); var $form = $(form);
var spinner = UI.makeSpinner($form);
var todo = function () { var todo = function () {
var password = $form.find('#cp-settings-migrate-password').val(); var password = $form.find('#cp-settings-migrate-password').val();
@ -576,7 +577,6 @@ define([
} }
}); });
var spinner = UI.makeSpinner($div);
cb(form); cb(form);
}, true); }, true);