mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2e99122684
commit
d02d7c8564
@ -741,7 +741,8 @@ var SortUIActions = actions.Actions({
|
||||
'Sort order:\n '
|
||||
+data
|
||||
.map(function(m){
|
||||
return that.expandSortMethod(m) ?
|
||||
var e = that.expandSortMethod(m)
|
||||
return (e instanceof Array || typeof(e) == typeof('str')) ?
|
||||
`<a href="javascript:ig.showSortMethodDoc('${m}')">${m}</a>`
|
||||
: m })
|
||||
.join('\n '))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user