chore(cloudcmd) lint

This commit is contained in:
coderaiser 2019-04-04 11:46:31 +03:00
parent 46102d1a76
commit 3cf12de6c0
7 changed files with 9 additions and 0 deletions

View file

@ -170,6 +170,7 @@ function fillTemplate(error, template) {
const [inputFirst] = inputs;
let afterShow;
if (inputFirst) {
onAuthChange(inputFirst.checked);
afterShow = inputFirst.focus.bind(inputFirst);

View file

@ -272,6 +272,7 @@ function promptDelete() {
const n = names.length;
let msg;
if (n) {
let name = '';