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

flash feature javascript contains unescaped '/'

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0-RC2
    • None
    • None

    Description

      opt_params.base = a.href.match(/^(.\/)[^/]$/)[1];

      The above code, from flash.js is not valid javascript. It should be:

      opt_params.base = a.href.match(/^(.\/)[^\/]$/)[1];

      Attachments

        Activity

          People

            Unassigned Unassigned
            randy.hudson Randy Hudson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: