diff --git a/views/bootstrap/class.MyDocuments.php b/views/bootstrap/class.MyDocuments.php index 9cbde242a..e0ccc3b5b 100644 --- a/views/bootstrap/class.MyDocuments.php +++ b/views/bootstrap/class.MyDocuments.php @@ -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();