I'm able to add a column after the current column in the "new editing experience" but I can't find either a way to insert a new column before the first column nor it seems to be documented.
Any advice appreciated.
I have it at the end of the body, you should try as well (it works for me).
Apart from that, to verify that the code is being executed, you can add a Javascript message box. Every time you load a Confluence page (normal page, not administration one) you should get a modal message window:
alert("Hello! I am an alert box!!");
Hope this helps.
<script type="text/javascript">
alert("test alert");
</script>works as expected when placed in Custom HTML -> At the end of HEAD. I didn't try in in <body> tags.
So that's encouraging. I'll have to start looking closer at the Piwik-generated JS code to see where things are going wrong.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.