Compare commits

...
This repository has been archived on 2020-06-24. You can view files and clone it, but cannot push or open issues or pull requests.

3 Commits

Author SHA1 Message Date
6543 68120eaa71 Merge branch 'develop' of gitea.com:6543/gitea_sortt into develop 2019-09-19 00:36:19 +02:00
6543 da3b4ba57b code format 2019-09-19 00:35:55 +02:00
6543 c4c4fda71f
code format 2019-09-19 00:28:48 +02:00
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]);