Revert "Remove table-bordered"

This reverts commit d5b23afdb4.
This commit is contained in:
int2001
2025-02-10 07:18:27 +00:00
parent deb1b285e8
commit 75767b580e

View File

@@ -69,7 +69,7 @@ function accumulatePlot(form) {
// appending table to hold the data
$("#accumulateTable").append(
'<table style="width:100%" class="accutable table table-sm table-hover table-striped table-condensed text-center"><thead>' +
'<table style="width:100%" class="accutable table table-sm table-bordered table-hover table-striped table-condensed text-center"><thead>' +
"<tr>" +
"<th>#</th>" +
"<th>" +