mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-07 16:14:20 +01:00
Js cleanup based on Kukks feedback
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user