mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 23:07:19 +00:00
Fix [graph] typo
This commit is contained in:
parent
f756c18d1d
commit
050f367c68
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ document$.subscribe(function () {
|
||||||
var valuesToSelect = ['1', '2', '3'];
|
var valuesToSelect = ['1', '2', '3'];
|
||||||
tf.setFilterValue(4, valuesToSelect);
|
tf.setFilterValue(4, valuesToSelect);
|
||||||
tf.filter();
|
tf.filter();
|
||||||
};
|
}
|
||||||
|
|
||||||
function parseFilteredTable(tf, allData) {
|
function parseFilteredTable(tf, allData) {
|
||||||
var data = [];
|
var data = [];
|
||||||
|
|
Loading…
Reference in a new issue