Skip to content

Commit acb2d60

Browse files
committed
Update scripts.js
1 parent 07b543f commit acb2d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ document.querySelectorAll('[data-sortcol]').forEach(element => {
313313
if (new_sort_dir === 'none') {
314314
query_params({sortdir: null, sortcol: null});
315315
} else {
316-
query_params({p: null, sortdir: new_sort_dir, sortcol: sort_col});
316+
query_params({sortdir: new_sort_dir, sortcol: sort_col});
317317
}
318318
});
319319
});

0 commit comments

Comments
 (0)