From 4e47ba73676580b143ab09ebdb3627bea03c8f79 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 18 Sep 2019 21:36:39 +0200 Subject: [PATCH] activate new function --- sortt.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sortt.js b/sortt.js index 511cd4c..fa36386 100644 --- a/sortt.js +++ b/sortt.js @@ -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 + " "); + } } }); }