mirror of https://github.com/MISP/misp-galaxy
Fix [tablefilter] base path to local
parent
a921d1b192
commit
be112b6588
|
@ -216,7 +216,7 @@ document$.subscribe(function () {
|
||||||
if (graphHeader) {
|
if (graphHeader) {
|
||||||
// Initialize TableFilter for the table
|
// Initialize TableFilter for the table
|
||||||
var tf = new TableFilter(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,
|
highlight_keywords: true,
|
||||||
col_2: "checklist",
|
col_2: "checklist",
|
||||||
col_widths: ["350px", "350px", "100px"],
|
col_widths: ["350px", "350px", "100px"],
|
||||||
|
|
Loading…
Reference in New Issue