Not being any great java guy this has got me stumped. I am inserting the following in the outer layout:
<script type="text/javascript" src="/rural.js"></script>
But on upload actinic is changing it to:
<script type="text/javascript" src="acatalog/rural.js"></script>
It is inserting acatalog - its not the end of the world but I would like to know why
<script type="text/javascript" src="/rural.js"></script>
But on upload actinic is changing it to:
<script type="text/javascript" src="acatalog/rural.js"></script>
It is inserting acatalog - its not the end of the world but I would like to know why
Comment