code format
This commit is contained in:
parent
d55d9a2789
commit
da3b4ba57b
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