From 0e9d8f2a9fe2b63c66d9a463ccef552f43ef65c9 Mon Sep 17 00:00:00 2001 From: Karl Date: Tue, 15 Jul 2025 16:08:16 +0100 Subject: [PATCH] fix validate button on mobiles --- templates/user_accounts.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/user_accounts.html b/templates/user_accounts.html index 6e9fe76..7e41035 100644 --- a/templates/user_accounts.html +++ b/templates/user_accounts.html @@ -48,7 +48,7 @@ {{ account.expiaryDate_rendered }} {{ account.password }} - @@ -94,7 +94,7 @@ }); }); - $('.btn-validate').on('click', function() { + $('#accountsTable tbody').on('click', '.btn-validate', function() { var button = $(this); var spinner = button.find('.spinner-border'); var buttonText = button.find('.button-text');