diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-04-21 16:15:26 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-04-21 16:15:26 +0200 |
commit | 5a6457667ebba390cc5c91ddb47ff55cb521fc1e (patch) | |
tree | b433daf807215b969d089d6414a3f8fe21b1e982 | |
parent | bf9f8023e823a0bac6ce66744f94c7e077e446f1 (diff) | |
parent | b604d36014db1bbb7483d5ef64801471ea726375 (diff) | |
download | bugzilla-triage-5a6457667ebba390cc5c91ddb47ff55cb521fc1e.tar.gz |
Merge branch 'jumpNextBug' into next
Conflicts:
data/lib/jumpNextBug.js
-rw-r--r-- | data/lib/jumpNextBug.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/lib/jumpNextBug.js b/data/lib/jumpNextBug.js index 2e097a3..76e6657 100644 --- a/data/lib/jumpNextBug.js +++ b/data/lib/jumpNextBug.js @@ -35,6 +35,7 @@ labelToRelation[labelText].href = elem.getAttribute("href"); }; }); + console.myDebug("labelToRelation = " + labelToRelation.toSource()); for (var key in labelToRelation) { if (labelToRelation.hasOwnProperty(key)) { |