Js cleanup based on Kukks feedback

This commit is contained in:
rockstardev
2019-11-10 06:22:17 -06:00
parent bce201038f
commit c5ca02e48e

View File

@@ -55,13 +55,7 @@
@section Scripts {
<script type="text/javascript">
function confirmSeedDelete() {
var conf = confirm('This operation is not undoable. Are you sure you want to proceed with deleting seed from LND container?');
if (conf) {
return true;
}
else {
return false;
}
return confirm('This operation is not undoable. Are you sure you want to proceed with deleting seed from LND container?');
}
</script>
}