mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 00:00:12 +01:00
start fixing sorting of projects
This commit is contained in:
parent
f284617513
commit
2c47b27a87
8 changed files with 33 additions and 18 deletions
|
|
@ -560,7 +560,7 @@ $(document).ready(function() {
|
|||
if(confirm('Are you sure that you want to sort these projects alphabetically? This will replace the existing sort order.')){
|
||||
alphaSort = $(this).parents('.alpha_sort');
|
||||
alphaSort.block({message:null});
|
||||
$.post(this.href, {}, function(){alphaSort.unblock()}, 'script');
|
||||
$.post(this.href, {async: true}, function(){alphaSort.unblock()}, 'script');
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue