code format

This commit is contained in:
6543 2019-09-19 00:28:48 +02:00
parent 2dcf9a93e2
commit c4c4fda71f
Signed by: 6543
GPG Key ID: A1CA74D27FD13271
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]);