add show/hide password button

This commit is contained in:
2022-11-23 01:53:27 +02:00
parent f3341ec7cd
commit 336784519b
4 changed files with 29 additions and 7 deletions

View File

@ -10,6 +10,8 @@
<body>
{% include "utils/bootstrap-scripts.jinja2" %}
<div class="container">
<h1>Arch linux user repository</h1>
</div>
@ -93,8 +95,6 @@ SigLevel = Database{% if has_repo_signed %}Required{% else %}Never{% endif %} Pa
</footer>
</div>
{% include "utils/bootstrap-scripts.jinja2" %}
<script>
const pacmanConf = $("#pacman-conf");
const pacmanConfCopyButton = $("#copy-btn");