Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    The correct isc_version

    Folks,

    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>
    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

    #2
    It doesn't really matter. It was added as a way to ensure that the version of JS files returned is not from a previous cached version but if you have configured and deployed your sever correctly, or have a clean browser cache then it is not required. Feel free to change it to isc_version=8.0.js if you need to ensure that a previous version of the JS files is not loaded from the cache.

    Sanjiv

    Comment


      #3
      Thanks, Sanjiv.

      That helps me understand better.

      Cheers

      Comment

      Working...
      X