mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 23:07:19 +00:00
Fix [tablefilter] base path to local
This commit is contained in:
parent
a921d1b192
commit
be112b6588
1 changed files with 1 additions and 1 deletions
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue