From the template I have removed the script 'function SubSectionList' that generates the sub section list and put it into actiniccore.js (using external text editor) to tidy up the html
When clicking on a sub section further down the catalog tree it throws an error when it gets to this line:
document.write(SubSectionList(section_tree))
This is because the actiniccore.js is overwritten/refeshed/reverts to what the js file looked like prior to adding the 'function SubSectionList' script).
Why does it do this - overwrite my edited actiniccore.js file?
When/How do the preview files get generated?
When clicking on a sub section further down the catalog tree it throws an error when it gets to this line:
document.write(SubSectionList(section_tree))
This is because the actiniccore.js is overwritten/refeshed/reverts to what the js file looked like prior to adding the 'function SubSectionList' script).
Why does it do this - overwrite my edited actiniccore.js file?
When/How do the preview files get generated?
Comment