[HOME] CSS, JS and JSRAW mx blocks are shown as mx:inclusion in html result page #99
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When showing source code of home page, mx blocks CSSLOAD, JSLOAD and JSRAWLOAD appear as mx:inclusion :
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 :
Issue fixed by adding mxCallCss('');, mxCallJs(''); and mxRawJs(''); calls in the home coordination object when no predefined landing page is loaded.
Committed to local master branch and pushed to remote master branch.