Folks,
Currently using SGWT 2.4 .
Was wondering what the HTML page reference to the isc_version should be .
The above is what I see in the latest showcase. Is this what we need to do? or should the isc_version point 8.0js...or does it really matter?
Thanks
Strawman
Currently using SGWT 2.4 .
Was wondering what the HTML page reference to the isc_version should be .
Code:
<script type="text/javascript"> document.write("<"+"script src=showcase/sc/skins/" + currentSkin + "/load_skin.js?isc_version=7.1.js><"+"/script>"); </script>
Thanks
Strawman
Comment