Uploaded image for project: 'Shindig'
  1. Shindig
  2. SHINDIG-1794

In init.js the loop that looks for script tags is broken

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.5.0-beta2
    • 2.5.0-beta2
    • Javascript
    • None

    Description

      In beta2 the logic was changed for how it looks for the script tags to figure out the container, etc. The for loop is broken.

      If I change

      for(var i = 0; !scriptEls && i < scriptEls.length; i++) {

      to

      for(var i = 0; i < scriptEls.length; i++) {

      It fixes the issue and the right container is used.

      I would like to see this fixed for beta2 if possible.

      Attachments

        1. SHINDIG-1794.patch
          0.7 kB
          Stanton Sievers

        Issue Links

          Activity

            People

              ssievers Stanton Sievers
              csddavies Doug Davies
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: