mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-02-15 00:08:41 +00:00
fix nav exception on login page
This commit is contained in:
parent
345cff167c
commit
21e0a9a249
|
|
@ -40,6 +40,10 @@ jsOMS.Modules.Navigation = class {
|
||||||
const length = e.length;
|
const length = e.length;
|
||||||
|
|
||||||
for (let i = 0; i < length; ++i) {
|
for (let i = 0; i < length; ++i) {
|
||||||
|
if (e[i] === null) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
this.bindElement(e[i]);
|
this.bindElement(e[i]);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user