Commit 821f4703 authored by Gavin Sharp's avatar Gavin Sharp
Browse files

Bug 445421 - Add static "bp-" in front of crash ID. r=ted

parent 3c701be2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ function populateReportList() {
      if (leaf.substr(0, 3) == "bp-" &&
          leaf.substr(-4) == ".txt") {
        var entry = {
          id: leaf.substring(3, leaf.length - 4),
          id: leaf.slice(0, -4),
          date: file.lastModifiedTime
        };
        var pos = findInsertionPoint(reports, entry.date);