From f26fc4fbfcffbcb7fc2eb7c8622579b556ffe946 Mon Sep 17 00:00:00 2001 From: phl0 Date: Thu, 30 Jan 2025 15:56:14 +0100 Subject: [PATCH] Append success message to tab instead of card body --- assets/js/sections/clublog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/sections/clublog.js b/assets/js/sections/clublog.js index de371899e..3bee18b64 100644 --- a/assets/js/sections/clublog.js +++ b/assets/js/sections/clublog.js @@ -21,10 +21,10 @@ function ExportClublog(station_id) { $('#notcount'+value.station_id).html(value.notcount); $('#totcount'+value.station_id).html(value.totcount); }); - $(".card-body").append(''); + $("#export").append(''); } else { - $(".card-body").append(''); + $("#export").append(''); } if (data.errormessages.length > 0) {