Original post:
On 6.10.0-rc2.
No clue why, but at some point the variable "timers" is being set to null. I tried clearing everything in Chrome and I tried incognito, but at some point "timers" is null.
A fix is quite easy. Instead of using "var", use "const". We know it's not supposed to be overwritten, so just set it to a constant.
File location: /usr/local/emhttp/webGui/include/DefaultPageLayout.php
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.