mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 08:13:16 +00:00
Merge pull request #3459 from shleeable/patch-7
Update PostMenu.vue - missing let
This commit is contained in:
commit
2602338f47
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case 'suspend':
|
case 'suspend':
|
||||||
msg = 'Are you sure you want to suspend the account of ' + username + ' ?';
|
let 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