code format

This commit is contained in:
6543 2019-09-19 00:28:48 +02:00
parent d55d9a2789
commit da3b4ba57b
1 changed files with 2 additions and 2 deletions

View File

@ -97,8 +97,8 @@ if(!window.jQuery) {

//add onclick event
$(this).on('click', function() {
sortt(data[0],data[1],data[2]);
});
sortt(data[0],data[1],data[2]);
});

//add arrow to colume
var arrow = getArrow(data[0],data[1],data[2]);