diff --git a/UI/Templates/UIxPageFrame.wox b/UI/Templates/UIxPageFrame.wox index ecb533134..2792a14f7 100644 --- a/UI/Templates/UIxPageFrame.wox +++ b/UI/Templates/UIxPageFrame.wox @@ -60,16 +60,14 @@ >
- | | | | - + > + | 5) - anchors[5].addEventListener("click", toggleLogConsole, true); + if (anchors.length > 3) + anchors[3].addEventListener("click", toggleLogConsole, true); } }