bug 348554, fix warnings, add buglink to search output
git-svn-id: svn://10.0.0.236/trunk@207591 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -44,6 +44,7 @@ var loc;
|
||||
for each (loc in Tier1) tierMap[loc] = 'Tier-1';
|
||||
for each (loc in Tier2) tierMap[loc] = 'Tier-2';
|
||||
|
||||
var view;
|
||||
view = {
|
||||
updateView: function() {
|
||||
this._gView = document.getElementById("view");
|
||||
@@ -86,7 +87,7 @@ view = {
|
||||
}
|
||||
lst = explicit.concat(implicit);
|
||||
}
|
||||
row.innerHTML = '<td class="locale">' + loc + '</td>';
|
||||
row.innerHTML = '<td class="locale"><a href="https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&short_desc_type=casesubstring&short_desc=' + loc + '&chfieldto=Now&field0-0-0=blocked&type0-0-0=substring&value0-0-0=347914">' + loc + '</a></td>';
|
||||
for each (var path in lst) {
|
||||
//YAHOO.widget.Logger.log('testing ' + path);
|
||||
var innerContent;
|
||||
|
||||
Reference in New Issue
Block a user