activate new function

This commit is contained in:
6543 2019-09-18 21:36:39 +02:00
parent 9c23f35a9b
commit 4e47ba7367
Signed by: 6543
GPG Key ID: A1CA74D27FD13271
1 changed files with 5 additions and 1 deletions

View File

@ -101,7 +101,11 @@ if(!window.jQuery) {
});

//add arrow to colume
// - place holder -
var arrow = getArrow(data[0],data[1],data[2]);
// if function got a match ...
if (arrow != false ) {
$(this).prepend(arrow + " ");
}
}
});
}