We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230a4f5 commit 4e67264Copy full SHA for 4e67264
src/mod_dirlisting.c
@@ -756,7 +756,7 @@ static const char js_simple_table_resort[] = \
756
" el.dataset.value = -1;\n" \
757
" } else {\n" \
758
" var d = li_date_regex.exec(get_inner_text(el));\n" \
759
-" el.dataset.value = (parseInt(d[1])*(1<<25))\n" \
+" el.dataset.value = (parseInt(d[1])*(1<<26))\n" \
760
" + ( (li_mon_num(d[2])<<22)\n" \
761
" |(parseInt(d[3]) <<17)\n" \
762
" |(parseInt(d[4]) <<12)\n" \
0 commit comments