Content deleted Content added
Technical 13 (talk | contribs) m Trying to fix backwards compatibility. |
Technical 13 (talk | contribs) Not sure why this suddenly quit working. |
||
Line 50:
for(var b in data.result.bugs) {
//find the right bug to update
.find('a[title^="bugzilla:'+data.result.bugs[b].id+'"]'); if(title) {
title.text( data.result.bugs[b].summary );
}
▲ }
if($item) {
//find child, if exists
|