mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-04-26 04:07:57 +00:00
Fixed /setup redirect after /vendor (#998)
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
return s;
|
||||
});
|
||||
navigate(basepath + (sysinfo.usrcfg ? "/" : "/setup"));
|
||||
navigate(basepath + (sysinfo.usrcfg ? "" : "setup"));
|
||||
}
|
||||
|
||||
let cc = false;
|
||||
|
||||
Reference in New Issue
Block a user