You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewritten code of frontend js.
- Changed notification structure to classes.
- This should reduce the load on RAM, since class methods are used instead of anonymous methods which loaded RAM.