From 7344e495912e71c63249b9022bb85b2c641eec58 Mon Sep 17 00:00:00 2001 From: David Brazda Date: Thu, 30 Nov 2023 17:04:25 +0100 Subject: [PATCH] bugfix --- v2realbot/static/index.html | 4 ++-- v2realbot/static/js/tables/archivetable/functions.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/v2realbot/static/index.html b/v2realbot/static/index.html index 4812d5a..94d5971 100644 --- a/v2realbot/static/index.html +++ b/v2realbot/static/index.html @@ -467,7 +467,7 @@ -
+
@@ -867,7 +867,7 @@ - + diff --git a/v2realbot/static/js/tables/archivetable/functions.js b/v2realbot/static/js/tables/archivetable/functions.js index 3f4d44f..90dd244 100644 --- a/v2realbot/static/js/tables/archivetable/functions.js +++ b/v2realbot/static/js/tables/archivetable/functions.js @@ -377,6 +377,7 @@ function get_selected_or_batch(batch_id = null) { }); //console.log("batch rows",batch_id, rows) } + return rows } //prepares export data, either for selected rows or based on batch_id