mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 12:11:19 +00:00
do not set orderby when clicking on link in sidebar as it is undefined anyway
This commit is contained in:
parent
9a76df52bd
commit
30c2b8a493
|
@ -48,7 +48,7 @@ $(document).ready( function() {
|
|||
$('body').on('click', 'ul.sidenav li a', function(ev){
|
||||
ev.preventDefault();
|
||||
$('#kkkk.ajax').data('action', $(this).data('action'));
|
||||
$('#kkkk.ajax').trigger('update', {orderby: $(this).data('orderby')});
|
||||
$('#kkkk.ajax').trigger('update', {});
|
||||
});
|
||||
$('body').on('click', 'table th a', function(ev){
|
||||
ev.preventDefault();
|
||||
|
|
Loading…
Reference in New Issue
Block a user