ui: Improve rpc page.

This commit is contained in:
tecnovert
2024-05-26 11:32:43 +02:00
parent 62aa1fa5d7
commit 57bc1d5ccf
4 changed files with 35 additions and 34 deletions

View File

@@ -964,9 +964,7 @@
}
});
</script>
{% include 'footer.html' %}
<script>
function confirmReseed() {
return confirm("Are you sure?\nBackup your wallet before and after.\nWon't detect used keys.\nShould only be used for new wallets.");
}
@@ -979,5 +977,6 @@
return confirm("Are you sure?");
}
</script>
{% include 'footer.html' %}
</body>
</html>