mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 14:44:40 +02:00
Add 'fb move' to oputil
This commit is contained in:
parent
72b0eafc7b
commit
3af1858c39
5 changed files with 204 additions and 33 deletions
|
@ -73,6 +73,7 @@ function getAreaAndStorage(tags) {
|
|||
const entry = {
|
||||
areaTag : parts[0],
|
||||
};
|
||||
entry.pattern = entry.areaTag; // handy
|
||||
if(parts[1]) {
|
||||
entry.storageTag = parts[1];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue