06/04 Optimize app

This commit is contained in:
2026-06-04 16:51:52 -04:00
parent a8177fa24e
commit b4cb292afa
3 changed files with 3 additions and 3 deletions
+1 -2
View File
@@ -181,8 +181,6 @@ function openEditUser(u) {
openModal('modal-edit-user');
}
attachPasswordStrength('create-user-pw', 'create-user-pw-fill', 'create-user-pw-label');
document.querySelectorAll('.js-send-reset').forEach(function(btn) {
btn.addEventListener('click', function() {
var username = btn.dataset.username;
@@ -213,3 +211,4 @@ document.querySelectorAll('.js-send-reset').forEach(function(btn) {
});
</script>
{% endblock %}
{% block scripts %}<script>attachPasswordStrength('create-user-pw', 'create-user-pw-fill', 'create-user-pw-label');</script>{% endblock %}