Sort out text version of table etc

This commit is contained in:
2025-04-08 18:57:30 +01:00
parent 2d1824553b
commit 32d91c4a24
5 changed files with 141 additions and 50 deletions

View File

@@ -66,6 +66,7 @@ function initializeSelects() {
'mailstats_object' + selectId.replace('StatsDate_select', '');
const mailstatsObject = document.getElementById(objectId);
const mailstatsfull = document.getElementById('mailstats-full-window');
// Check if elements exist before proceeding
if (!dateSelect) {
@@ -88,6 +89,7 @@ function initializeSelects() {
// Update the data attribute with the full URL
mailstatsObject.setAttribute('data', fullUrl);
mailstatsfull.setAttribute('href', fullUrl);
// Force a refresh of the object
// [refresh code here]