[HOME] CSS, JS and JSRAW mx blocks are shown as mx:inclusion in html result page #99

Closed
opened 2022-12-17 11:24:00 +01:00 by rooty · 3 comments
Owner

When showing source code of home page, mx blocks CSSLOAD, JSLOAD and JSRAWLOAD appear as mx:inclusion :

<mx:inclusion id="CSSLOAD"/>
<mx:inclusion id="JSLOAD"/>
<mx:inclusion id="JSRAWLOAD"/>
When showing source code of home page, mx blocks CSSLOAD, JSLOAD and JSRAWLOAD appear as mx:inclusion : ``` <mx:inclusion id="CSSLOAD"/> <mx:inclusion id="JSLOAD"/> <mx:inclusion id="JSRAWLOAD"/> ```
rooty added the
bug
live
master
template
labels 2022-12-17 11:24:01 +01:00
rooty self-assigned this 2022-12-17 11:24:01 +01:00
Author
Owner

For excuting mx function related to CSSLOAD, JSLOAD and JSRAWLOAD, the coordination object of home requires to call each function by an empty or null parameter each time no additional css or js are required :

mxCallCss('');
mxCallJs('');
mxRawJs('');
For excuting mx function related to CSSLOAD, JSLOAD and JSRAWLOAD, the coordination object of home requires to call each function by an empty or null parameter each time no additional css or js are required : ``` mxCallCss(''); mxCallJs(''); mxRawJs(''); ```
Author
Owner

Issue fixed by adding mxCallCss('');, mxCallJs(''); and mxRawJs(''); calls in the home coordination object when no predefined landing page is loaded.

Issue fixed by adding mxCallCss('');, mxCallJs(''); and mxRawJs(''); calls in the home coordination object when no predefined landing page is loaded.
rooty added the
fixed
label 2022-12-17 11:30:53 +01:00
rooty referenced this issue from a commit 2022-12-17 11:46:25 +01:00
Author
Owner

Committed to local master branch and pushed to remote master branch.

Committed to local master branch and pushed to remote master branch.
rooty closed this issue 2022-12-17 11:55:02 +01:00
Sign in to join this conversation.
No description provided.