Using current shipping version of V8 - GIKA.
If I put the following into an Overall Layout (via Insert Layout)
and do a Preview then the following code is generated
The first line is correct - Act_section_tree.js is generated into the Site folder.
However the second two are wrong and also the files Act_section_tree_names.js and Act_section_tree_URLs.js are never generated.
If I generate a live site, the files Act_section_tree_names.js and Act_section_tree_URLs.js are never generated nor uploaded.
I've not checked this with all the other possible variants on the JavaScriptArray layout but I suspect that they'll fail too.
If I put the following into an Overall Layout (via Insert Layout)
Code:
<actinic:variable name="JavaScriptArray" value="All Data From All Sections" /> <actinic:variable name="JavaScriptArray" value="Name Data From All Sections" /> <actinic:variable name="JavaScriptArray" value="URL Data From All Sections" />
Code:
<script type="text/javascript" src="../Act_section_tree.js"></script> <script type="text/javascript" src="Act_section_tree_names.js"></script> <script type="text/javascript" src="Act_section_tree_URLs.js"></script>
However the second two are wrong and also the files Act_section_tree_names.js and Act_section_tree_URLs.js are never generated.
If I generate a live site, the files Act_section_tree_names.js and Act_section_tree_URLs.js are never generated nor uploaded.
I've not checked this with all the other possible variants on the JavaScriptArray layout but I suspect that they'll fail too.
Comment