corect comment

This commit is contained in:
6543 2019-09-18 20:47:16 +02:00
parent 0ba4bb3e26
commit 9546772868
Signed by: 6543
GPG Key ID: A1CA74D27FD13271
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@


//create global function with main routine //create global function with main routine
window.sortt=function(normsort,revsort,isdefault){ window.sortt=function(normsort,revsort,isdefault){
//sortTable [normsort] (revsort) (isdefault) //sortt [normsort] (revsort) (isdefault)


//normsort is needed //normsort is needed
if (!(normsort)) return false; if (!(normsort)) return false;