From 9546772868678994016437a34726ec20c75a716d Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 18 Sep 2019 20:47:16 +0200 Subject: [PATCH] corect comment --- sortt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sortt.js b/sortt.js index d478b79..f3c1f88 100644 --- a/sortt.js +++ b/sortt.js @@ -12,7 +12,7 @@ //create global function with main routine window.sortt=function(normsort,revsort,isdefault){ - //sortTable [normsort] (revsort) (isdefault) + //sortt [normsort] (revsort) (isdefault) //normsort is needed if (!(normsort)) return false;