code format
This commit is contained in:
parent
2dcf9a93e2
commit
c4c4fda71f
4
sortt.js
4
sortt.js
@ -97,8 +97,8 @@ if(!window.jQuery) {
|
|||||||
|
|
||||||
//add onclick event
|
//add onclick event
|
||||||
$(this).on('click', function() {
|
$(this).on('click', function() {
|
||||||
sortt(data[0],data[1],data[2]);
|
sortt(data[0],data[1],data[2]);
|
||||||
});
|
});
|
||||||
|
|
||||||
//add arrow to colume
|
//add arrow to colume
|
||||||
var arrow = getArrow(data[0],data[1],data[2]);
|
var arrow = getArrow(data[0],data[1],data[2]);
|
||||||
|
Reference in New Issue
Block a user