mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 13:10:28 -04:00
Allow sorting of #showlocation. Resolve #29
This commit is contained in:
parent
457f0aca0e
commit
112b72d4c8
2 changed files with 19 additions and 5 deletions
3
Input.js
3
Input.js
|
@ -1466,6 +1466,9 @@ function doRemoveLocation(command) {
|
|||
}
|
||||
|
||||
function doShowLocations(command) {
|
||||
var arg0 = searchArgument(command, /^sort$/gi)
|
||||
state.sortLocations = arg0 != null
|
||||
|
||||
state.show = "locations"
|
||||
return " "
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue