Bug EMBED_CONTAINER and OAUTH_CONTAINER load unnecessary JavaScript

  • Thread starter Thread starter NikitOS
  • Start date Start date
There is a bug in this version
N

NikitOS

Guest
Currently, EMBED_CONTAINER and OAUTH_CONTAINER call the public:helper_js_global::head macro. In addition, EMBED_CONTAINER also calls public:helper_js_global::body. The included JS is unnecessary and only causes errors.

I think it’s better to move the inclusion of CSS out of the public:helper_js_global::head macro into a separate one.

Continue reading...