EMBED_CONTAINER and OAUTH_CONTAINER load unnecessary JavaScript

NikitOS

Well-known member
Affected version
2.3.0 Beta 2
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.
 
Top Bottom