mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Remove duplicate let variable
This commit is contained in:
parent
be1fc66839
commit
429a6d6527
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case 'suspend':
|
case 'suspend':
|
||||||
let msg = 'Are you sure you want to suspend the account of ' + username + ' ?';
|
msg = 'Are you sure you want to suspend the account of ' + username + ' ?';
|
||||||
swal({
|
swal({
|
||||||
title: 'Confirm',
|
title: 'Confirm',
|
||||||
text: msg,
|
text: msg,
|
||||||
|
|
Loading…
Reference in a new issue