mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-17 13:44:10 +00:00
Signed-off-by: Traxus <shyidx@gmail.com>
This commit is contained in:
parent
fc1d20f0d7
commit
408356b4f6
@ -89,10 +89,11 @@ function getListingDirectoryByQueryParent(parent : string) : string {
|
||||
|
||||
|
||||
if (directories.includes(parent)) {
|
||||
directory = directories[parent];
|
||||
return directories[parent];
|
||||
} else {
|
||||
return '';
|
||||
}
|
||||
|
||||
return directory;
|
||||
}
|
||||
|
||||
function pluckFirstParentFromQuery(query : any) : string {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user