Closed tbertels closed 7 years ago
It seems that sortable.js is encoded in windows-1252, so it would need to be converted to UTF-8 for this commit.
How about using \s instead of an actual space?
\s
includes \n
\r
and \t
. Are we sure that won't break anything? [\s^\n^\r^\t]
overkill?
For issue #92 [AdminStats] Sorting by column does not work in French