Fix [tablefilter] base path to local

pull/926/head
niclas 2024-02-06 14:02:45 +01:00
parent a921d1b192
commit be112b6588
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ document$.subscribe(function () {
if (graphHeader) {
// Initialize TableFilter for the table
var tf = new TableFilter(table, {
base_path: "https://unpkg.com/tablefilter@0.7.3/dist/tablefilter/",
base_path: "../../../../node_modules/tablefilter/dist/tablefilter/",
highlight_keywords: true,
col_2: "checklist",
col_widths: ["350px", "350px", "100px"],