Hello community
I have created JS Extension file
its code is : alert("Hello world");
I configured it as run on demand.
I use this code in order to call js:
{{velocity}}
$xwiki.jsx.use("XWiki.FirstJS")
{{/velocity}}
however it does not do anything.
Any ideas how to run JS?