css fixes, docs

This commit is contained in:
jokob-sk
2025-01-26 10:20:46 +11:00
parent 4443c69d31
commit 8d607aac96
5 changed files with 10 additions and 5 deletions

View File

@@ -446,7 +446,7 @@ function initFilters() {
// Server side component
function renderFilters(customData) {
console.log(JSON.stringify(customData));
// console.log(JSON.stringify(customData));
// Load filter data from the JSON file
$.ajax({
@@ -455,7 +455,7 @@ function renderFilters(customData) {
type: 'POST',
dataType: 'html',
success: function(response) {
console.log(response);
// console.log(response);
$('#columnFilters').html(response); // Replace container content with fetched HTML
$('#columnFilters').removeClass('hidden'); // Show the filters container