Uploaded image for project: 'Inline Media'
  1. Inline Media
  2. INLINEMEDIA-45

Operation call several times instead of once

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • 1.7.0, 2.0.0
    • 1.7.0
    • None

      The following code in playlist.js:

      var playlistUniqueId = uniqueId;
      if(uniqueId.indexOf('_old') != -1)
      {
      	playlistUniqueId = uniqueId.substring(0, uniqueId.indexOf('_old'));
      }

      ... is called several times (line 92), but it can be execute only one time before calling getJSON jQuery method at line 80.

            laurence Laurence Aumeunier
            bmaurel Bérénice Maurel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: