diff options
Diffstat (limited to 'templates/public/keys.html')
-rw-r--r-- | templates/public/keys.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/public/keys.html b/templates/public/keys.html index cd0b0592..1fed3c15 100644 --- a/templates/public/keys.html +++ b/templates/public/keys.html @@ -94,6 +94,7 @@ <script type="text/javascript"> $(document).ready(function() { $("#key-status").tablesorter({ + sortLocaleCompare: true, headers: { 1: { sorter: false } } }); }); |