mirror of
https://github.com/processwire/processwire.git
synced 2025-08-22 22:34:15 +02:00
Fix issue processwire/processwire-issues#741
This commit is contained in:
@@ -219,7 +219,7 @@ var ProcessLister = {
|
||||
$b.remove();
|
||||
$(this).find('span').remove();
|
||||
var $icon = $(this).find('i');
|
||||
var label = $(this).text();
|
||||
var label = $(this).html();
|
||||
if (txt == sort) {
|
||||
$(this).html("<u>" + label + "</u><span> ↓</span><b>" + txt + "</b>");
|
||||
} else if (sort == '-' + txt) {
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user