1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-22 22:34:15 +02:00
This commit is contained in:
Ryan Cramer
2018-11-30 12:29:20 -05:00
parent a8d4a6cd46
commit 45e8a00395
2 changed files with 2 additions and 2 deletions

View File

@@ -219,7 +219,7 @@ var ProcessLister = {
$b.remove(); $b.remove();
$(this).find('span').remove(); $(this).find('span').remove();
var $icon = $(this).find('i'); var $icon = $(this).find('i');
var label = $(this).text(); var label = $(this).html();
if (txt == sort) { if (txt == sort) {
$(this).html("<u>" + label + "</u><span>&nbsp;&darr;</span><b>" + txt + "</b>"); $(this).html("<u>" + label + "</u><span>&nbsp;&darr;</span><b>" + txt + "</b>");
} else if (sort == '-' + txt) { } else if (sort == '-' + txt) {

File diff suppressed because one or more lines are too long