sort by title
This commit is contained in:
parent
89918e141c
commit
de1c704a3f
1 changed files with 1 additions and 1 deletions
|
@ -583,7 +583,7 @@ pandora.ui.infoView = function(data, isMixed) {
|
|||
)
|
||||
}
|
||||
})
|
||||
$element.append(`[<a href="/grid/created/title=${pandora.escapeQueryValue(title)}">all</a>]`)
|
||||
$element.append(`[<a href="/grid/title/title=${pandora.escapeQueryValue(title)}">all</a>]`)
|
||||
pandora.createLinks($element)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue