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
We should either get rid of index.php/core/js/oc.js or should serve it in a way that it's not reloaded on every request. Probably we could just move all the data to a data element in the templates and read it from a static JS file.
We should either get rid of index.php/core/js/oc.js or should serve it in a way that it's not reloaded on every request. Probably we could just move all the data to a
dataelement in the templates and read it from a static JS file.