We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b543f commit acb2d60Copy full SHA for acb2d60
assets/js/scripts.js
@@ -313,7 +313,7 @@ document.querySelectorAll('[data-sortcol]').forEach(element => {
313
if (new_sort_dir === 'none') {
314
query_params({sortdir: null, sortcol: null});
315
} else {
316
- query_params({p: null, sortdir: new_sort_dir, sortcol: sort_col});
+ query_params({sortdir: new_sort_dir, sortcol: sort_col});
317
}
318
});
319
0 commit comments